]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLego.h
Solved a bug in AliRsnPair and removed an excess of printouts in AliRsnCutSet
[u/mrichter/AliRoot.git] / STEER / AliLego.h
index c3cda8997b830baf51a97416ac10e3e6f48edcdf..852c6a8e1d2b148329595d81a17b20a16cf726b8 100644 (file)
@@ -36,7 +36,7 @@ public:
   {lego.Copy(*this);return(*this);}
 
 private:
-  void Copy(AliLego &lego) const;
+  void Copy(TObject &lego) const;
   void DumpVolumes();
   
 private:
@@ -55,6 +55,8 @@ private:
    Int_t      fStepsForward;     //!Counts steps backward
    Int_t      fErrorCondition;   //!Error condition flag
    Int_t      fDebug;            // Debug Flag
+   Bool_t     fStopped;          //!Scoring has been stopped 
+   
   ClassDef(AliLego,1) //Utility class to compute and draw Radiation Length Map
 
 };