AliPhysics  7f1bdba (7f1bdba)
AliAODConversionParticle.cxx
Go to the documentation of this file.
2 
3 using namespace std;
4 
6 
7 
9 TLorentzVector()
10 {
11 }
12 
14 TLorentzVector(*vec)
15 {
16 }
17 
18 
20 TLorentzVector(kfparticle->Px(), kfparticle->Py(), kfparticle->Pz(), kfparticle->E())
21 {
22 }
23 
25 TLorentzVector(original)
26 {
27 }
28 
30 // empty standard destructor
31 
32 }
33 
34 
36 {
37  // assignment operator
38  return *this;
39 }
40 
42  //Override Phi()
43  Double_t phi = TLorentzVector::Phi();
44  if (phi < 0.) phi += 2. * TMath::Pi();
45  return phi;
46 }
double Double_t
Definition: External.C:58
AliAODConversionParticle & operator=(const AliAODConversionParticle &g)