]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLego.h
- Debug output at the beginning of new event and end of run.
[u/mrichter/AliRoot.git] / STEER / AliLego.h
index 9e0b918dc6a21dc77b227635c26eaa86918b8102..0b525f2de6cc9a52610773c65ca2052e0b98a8a6 100644 (file)
@@ -35,6 +35,10 @@ public:
   virtual void  FinishRun();
   virtual AliLego &operator=(const AliLego &lego) 
   {lego.Copy(*this);return(*this);}
+ private:
+  void DumpVolumes();
+  
+  
 private:
    AliLegoGenerator *fGener;     //Lego generator
    Float_t    fTotRadl;          //!Total Radiation length
@@ -51,7 +55,6 @@ private:
    Int_t      fStepsForward;     //!Counts steps backward
    Int_t      fErrorCondition;   //!Error condition flag
    Int_t      fDebug;            // Debug Flag
-   
   ClassDef(AliLego,1) //Utility class to compute and draw Radiation Length Map
 
 };