]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Woops. TObject::MakeZombie is irrevertable. Made
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Aug 2012 13:09:37 +0000 (13:09 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Aug 2012 13:09:37 +0000 (13:09 +0000)
own logic.

FMD/AliFMDReconstructor.h

index 2e9429390c6189a6c1b43dbce2e5b26532abf2e2..1107c716f88e9345849d796168fa37b66c42a405 100644 (file)
@@ -436,6 +436,7 @@ protected:
   mutable Bool_t        fZS[3];         // Zero-suppredded?
   mutable UShort_t      fZSFactor[3];   // Noise factor for Zero-suppression
   mutable AliFMDBoolMap fBad;           // Strip marked bad
+  Bool_t                fZombie;        // Are we a zombie?
 private:
    
   ClassDef(AliFMDReconstructor, 3)  // class for the FMD reconstruction