]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDComparisonMI.h
Added the QA object
[u/mrichter/AliRoot.git] / STEER / AliESDComparisonMI.h
index 711ccbbd525d4db21e49bc38ce530633e30677d4..71bc45455079355e9deefa89ac373f4ecd822803 100644 (file)
@@ -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)
 
@@ -88,13 +88,13 @@ public:
   Float_t        fPointAngleTh; //point angle theta
   Float_t        fPointAngle;   //point angle full
   Int_t          fV0Status;       // status of the kink
-  AliESDV0MI     fV0tpc;           // Vo information from reconsturction according TPC
-  AliESDV0MI     fV0its;           // Vo information from reconsturction according ITS
-  AliESDV0MI     fV0rec;           // V0 information form the reconstruction
+  AliESDV0       fV0tpc;           // Vo information from reconsturction according TPC
+  AliESDV0       fV0its;           // Vo information from reconsturction according ITS
+  AliESDV0       fV0rec;           // V0 information form the reconstruction
   Int_t          fMultiple;
   Int_t          fV0Multiple;
   Int_t          fRecStatus;    // status form the reconstuction
-  ClassDef(AliESDRecV0Info,1)   // container for  
+  ClassDef(AliESDRecV0Info,2)   // container for  
 };
 
 ClassImp(AliESDRecV0Info)
@@ -206,7 +206,7 @@ private:
   Short_t *fSignedV0;                //! indicator that kink was not fake
   //
   TObjArray *fRecArray;           // container with rec infos
-  AliESD *fEvent;                 //!event
+  AliESDEvent *fEvent;                 //!event
   //
   AliTPCParam* fParamTPC;         //! AliTPCParam
   Int_t fNParticles;              //! number of particles in the input tree genTracks