]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliJetFinder.h
Implementing QA based on TPC online/offline tracks (Zhongbao)
[u/mrichter/AliRoot.git] / JETAN / AliJetFinder.h
index a874b1c489e8cc03925295a63589ef23d952804f..b8d70d4bb84ca265733b7b2d606e310d79abe370 100755 (executable)
@@ -50,7 +50,7 @@ class AliJetFinder : public TObject
   virtual void          Reset() {fNAODjets = 0;}
   virtual void          FindJets() {}
   virtual void          FindJetsC(){}
-  virtual void          WriteJHeaderToFile() {}
+  virtual void          WriteJHeaderToFile() const {}
   // some methods to allow steering from the outside
   virtual Bool_t        ProcessEvent();
   virtual Bool_t        ProcessEvent2();
@@ -67,6 +67,8 @@ class AliJetFinder : public TObject
   TClonesArray*             fAODjets;        //! reconstructed jets
   Int_t                     fNAODjets;       //! number of reconstructed jets
   AliAODJetEventBackground* fAODEvBkg;       //! bkg object to be store
+  Int_t                     fDebug;          //  debug option, set through the header
+
   ClassDef(AliJetFinder,2)
 };