]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fStopped flags the stopping condition.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Nov 2006 15:31:41 +0000 (15:31 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Nov 2006 15:31:41 +0000 (15:31 +0000)
STEER/AliLego.h

index 13cc4850e704c32d944f131b75ee3a8a8a32236a..852c6a8e1d2b148329595d81a17b20a16cf726b8 100644 (file)
@@ -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
 
 };