]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEventHandler.h
Return kTRUE even if some files are missing. User has to check via InitOk().
[u/mrichter/AliRoot.git] / STEER / AliMCEventHandler.h
index fa5aebb7194f36f6f2bb2978cd153a1ac3e0fe40..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);