]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALJetFinderInputPrep.h
readers updated (mini header -> data header)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALJetFinderInputPrep.h
index 8a44c3b973b4dea6287c9859b2721e92b5f2d2da..40d44c2054865ecac8091fa90a2aceae850f49e0 100755 (executable)
@@ -27,13 +27,16 @@ class AliEMCALJetFinderInputPrep : public TTask
        void Reset(AliEMCALJetFinderResetType_t resettype);
        void SetDebug(Int_t debug = 0){fDebug = debug; fInputObject.SetDebug(debug-2); }
        Int_t FillFromFile(TString *filename, AliEMCALJetFinderFileType_t filetype, Int_t EventNumber);
-       AliEMCALJetFinderInput* GetJetFinderInput(){return &fInputObject;}
+       AliEMCALJetFinderInput* GetJetFinderInput()  {return &fInputObject;}
+       void SetPythiaComparison(Bool_t value) {fPythiaComparison = value;}
+       Bool_t GetPythiaComparison() {return fPythiaComparison;}
        protected:
        Int_t           fDebug; // The debug flag to be used for messages
        AliEMCALJetFinderInput  fInputObject;   // The JetFinder input object to be filled
+       Bool_t          fPythiaComparison;      // Special flag for pyclus comparison
        private:
 
-       ClassDef(AliEMCALJetFinderInputPrep,1)
+       ClassDef(AliEMCALJetFinderInputPrep,3)
        
 };
 #endif