]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALJetFinderInputPrep.h
Use of (dummy) reconstructors for all detectors (T.Kuhr)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALJetFinderInputPrep.h
index eae646d9f47548156c5b70a0bea90d01095860b8..40d44c2054865ecac8091fa90a2aceae850f49e0 100755 (executable)
@@ -29,7 +29,7 @@ class AliEMCALJetFinderInputPrep : public TTask
        Int_t FillFromFile(TString *filename, AliEMCALJetFinderFileType_t filetype, Int_t EventNumber);
        AliEMCALJetFinderInput* GetJetFinderInput()  {return &fInputObject;}
        void SetPythiaComparison(Bool_t value) {fPythiaComparison = value;}
-       Bool_t GetPythiaComparison(Bool_t value) {return fPythiaComparison;}
+       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