]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - START/AliSTART.h
Transition to NewIO
[u/mrichter/AliRoot.git] / START / AliSTART.h
index 083b863e035bd5ddac66e1ff607a2027eb5d120f..004f4a1a0eb9fef65a0473f0a0d54ceffef97a67 100755 (executable)
@@ -38,7 +38,7 @@ public:
      {b1->SetAddress(&fHits); b2=0;}
    void Hit2digit(Int_t iEventNum);
    void Hit2digit(){return;}
-   virtual void   MakeBranch(Option_t *opt=" ", const char *file=0);
+   virtual void   MakeBranch(Option_t *opt=" ");
    virtual void   StepManager(){}
    virtual void   ResetHits();
    virtual void   SetTreeAddress();
@@ -46,12 +46,12 @@ public:
    
 protected:
    Int_t fIdSens;    // Sensetive Cherenkov radiator
-   Int_t       fNPhotons;              // Number of photons plan to photokatod
+   Int_t       fNPhotons;   // Number of photons plan to photokatod
 
-   TClonesArray                *fPhotons;      // List of photons
+   TClonesArray     *fPhotons;   //! List of photons
 
 private:
-  ClassDef(AliSTART,2)  //Base class for the T0 aka START detector
+  ClassDef(AliSTART,3)  //Base class for the T0 aka START detector
 };
 
 //_____________________________________________________________________________