]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEventHandler.h
fITSModuleIndexInfo is now copied from the AliITStrackV2 to the AliESDtrack (A. Dainese)
[u/mrichter/AliRoot.git] / STEER / AliMCEventHandler.h
index 901eec841ecd4bd6de5bc0c09e0ba09851c7a8d4..b3e8f0bf4e7c12005bfa1ccaeeb6f1e15eab98fc 100644 (file)
@@ -59,12 +59,12 @@ public:
     TTree*      TreeK()   const {return fTreeK;}
     Int_t       GetParticleAndTR(Int_t i, TParticle*& particle, TClonesArray*& trefs);
     void        DrawCheck(Int_t i, Int_t search=0);
-
-  // label manipulation
-  void   SelectParticle(Int_t i);
-  Bool_t IsParticleSelected(Int_t i);
-  void   CreateLabelMap();
-  Int_t  GetNewLabel(Int_t i);
+    Bool_t      InitOk() {return fInitOk;}
+    // Label manipulation
+    void   SelectParticle(Int_t i);
+    Bool_t IsParticleSelected(Int_t i);
+    void   CreateLabelMap();
+    Int_t  GetNewLabel(Int_t i);
 
 private:
     Bool_t      OpenFile(Int_t i);
@@ -86,7 +86,7 @@ private:
     Int_t             fNEvent;           //! Number of events
     Int_t             fEvent;            //! Current event
     TString          *fPathName;         //! Input file path 
-    char             *fExtension;        //! File name extension 
+    const Char_t     *fExtension;        //! File name extension 
     Int_t             fFileNumber;       //! Input file number
     Int_t             fEventsPerFile;    //! Number of events per file
     Bool_t            fReadTR;           // determines if TR shall be read