AliPhysics  f9b5d69 (f9b5d69)
AliBasicParticle.cxx
Go to the documentation of this file.
1 #include "AliBasicParticle.h"
2 
3 ClassImp(AliBasicParticle)
4 
5 //________________________________________________________________________
6 AliBasicParticle::AliBasicParticle() : fEta(0), fPhi(0), fpT(0), fCharge(0), fEventIndex(0)
7 {
8  // constructor
9 }
10 
11 //________________________________________________________________________
13  fEta(eta), fPhi(phi), fpT(pt), fCharge(charge)
14 {
15  // destructor
16 }
17 
18 //________________________________________________________________________
20 {
21  // destructor
22 }
Int_t charge
float Float_t
Definition: External.C:68
short Short_t
Definition: External.C:23