FairRoot/PandaRoot
PndPidBremCorrected4Mom.cxx
Go to the documentation of this file.
1 // //
3 // PndPidBremCorrected4Mom //
4 // //
5 // Container for Bremstrahlung radiaton corrected momentum //
6 // //
7 // Author: Klaus Goetzen, GSI, 12.06.08 //
8 // Copyright (C) 2008, GSI Darmstadt. //
9 // //
11 
13 
15  fXmomentum(0.),
16  fYmomentum(0.),
17  fZmomentum(0.),
18  fEnergy(0.),
19  fPidCandIdx(-1),
20  fPhiBumpList(),
21  fSepBumpList()
22 {
23  fPhiBumpList.clear();
24  fSepBumpList.clear();
25 }
26 
28  fXmomentum(p4.X()),
29  fYmomentum(p4.Y()),
30  fZmomentum(p4.Z()),
31  fEnergy(p4.E()),
32  fPidCandIdx(-1),
33  fPhiBumpList(),
34  fSepBumpList()
35 {
36  fPhiBumpList.clear();
37  fSepBumpList.clear();
38 }
39 
41 
42 }
43 
double Y
Definition: anaLmdDigi.C:68
std::vector< Int_t > fPhiBumpList
std::vector< Int_t > fSepBumpList
double X
Definition: anaLmdDigi.C:68
ClassImp(PndAnaContFact)
double Z
Definition: anaLmdDigi.C:68