X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliESDComparisonMI.h;h=83a4441bb4626169d701267116be824123e4d020;hb=e506ace21abaabf61427d862702ab72770e45790;hp=711ccbbd525d4db21e49bc38ce530633e30677d4;hpb=f007cb5f0b2614c45df3bf965764fc3f849e9229;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliESDComparisonMI.h b/STEER/AliESDComparisonMI.h index 711ccbbd525..83a4441bb46 100644 --- a/STEER/AliESDComparisonMI.h +++ b/STEER/AliESDComparisonMI.h @@ -15,8 +15,9 @@ public: AliESDRecInfo(){} ~AliESDRecInfo(){} void UpdatePoints(AliESDtrack* track); - void Update(AliMCInfo* info,AliTPCParam * par, Bool_t reconstructed); - Float_t fTPCPoints[10]; //start , biggest end points,max density .. density at the last 30 pad-rows + void Update(AliMCInfo* info,AliTPCParam * par, Bool_t reconstructed, AliESD *event); + void Reset(); + Float_t fTPCPoints[10]; //start , biggest end points,max density .. density at the last 30 pad-rows Double_t fTPCinR0[5]; //generated position of the track at inner tpc - radius [3] and fi [4] Double_t fTPCinR1[5]; //reconstructed postion of the track - radius [3] and fi [ Double_t fTPCinP0[5]; //generated position of the track at inner tpc @@ -46,10 +47,9 @@ public: Bool_t fITSOn; // ITS refitted inward Bool_t fTRDOn; // ITS refitted inward Float_t fDeltaP; //delta of momenta - Double_t fSign; - Int_t fLabels[2]; - void Reset(); - ClassDef(AliESDRecInfo,1) // container for + Double_t fSign; // sign + Int_t fLabels[2]; // labels + ClassDef(AliESDRecInfo,2) // container for }; ClassImp(AliESDRecInfo)