]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDReconstructor.h
Moving place of smell-detector
[u/mrichter/AliRoot.git] / TRD / AliTRDReconstructor.h
index c210b76e94c74be86d7d543a4825616065125adc..ac4b23f2f4afa3b933e4c467ca8a763d8298515d 100644 (file)
@@ -30,9 +30,13 @@ public:
   virtual void         FillESD(TTree*, TTree*, AliESD*) const { };
   virtual void         FillESD(AliRunLoader* runLoader, AliESD* esd) const;
   static  Bool_t       SeedingOn(){ return fgkSeedingOn;}
-  static  void         SetSeedingOn(Bool_t seeding) { fgkSeedingOn = seeding;}
+  static  void         SetSeedingOn(Bool_t seeding) { fgkSeedingOn = seeding;}  
+  static Int_t StreamLevel()               { return fgStreamLevel;}
+  static void  SetStreamLevel(Int_t level) { fgStreamLevel = level;}
 private:
   static Bool_t fgkSeedingOn;               // set flag for seeding during reconstruction
+  static Int_t    fgStreamLevel;     // flag for streaming      - for TPC reconstruction
+
   ClassDef(AliTRDReconstructor, 0)   // class for the TRD reconstruction
 };