FairRoot/PandaRoot
PndDiscPID.cxx
Go to the documentation of this file.
1 //-------------------------------------------------------------------------
2 // Author: Mustafa Schmidt (Mustafa.A.Schmidt@physik.uni-giessen.de)
3 // Changes:
4 // Date: 30.11.2015
5 // Description: Particle Identification
6 //-------------------------------------------------------------------------
7 
8 
9 #include "PndDiscPID.h"
10 
11 
12 #include <iostream>
13 
14 
15 
16 
18 
19 
20 
21 PndDiscPID::PndDiscPID() : TObject(),
22 loglikepion(0.),
23 loglikekaon(0.),
24 loglikeproton(0.),
25 pion(0.),
26 kaon(0.),
27 proton(0.)
28 {
29 }
30 
32 {
33 }
ClassImp(PndDiscPID) PndDiscPID
Definition: PndDiscPID.cxx:17