X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=JETAN%2FAliFastJetHeaderV1.h;h=dab382534674509d6949f9d4790baa46216f5a67;hb=987ff6efc73ced74dd5f6f833331622d0498be5f;hp=8d1406f940adc821130a6a757c13dfad7d58f629;hpb=50c7d9f70d9f8c927a05cd996f88dee6b13f9557;p=u%2Fmrichter%2FAliRoot.git diff --git a/JETAN/AliFastJetHeaderV1.h b/JETAN/AliFastJetHeaderV1.h index 8d1406f940a..dab38253467 100644 --- a/JETAN/AliFastJetHeaderV1.h +++ b/JETAN/AliFastJetHeaderV1.h @@ -41,7 +41,6 @@ class AliFastJetHeaderV1 : public AliJetHeader Double_t GetPhiMin() const {return fPhiMin;} // Added temporarily !!! To be removed if not necessary Float_t GetMinCellEt() const {return fMinCellEt;} - Bool_t GetDebug() const {return fDebug;} Bool_t GetBGMode() const {return fBGMode;} Double_t GetRparamBkg() const {return fRparamBkg;} @@ -57,7 +56,6 @@ class AliFastJetHeaderV1 : public AliJetHeader void SetRapRange(Double_t fmin, Double_t fmax) {fRapMin = fmin; fRapMax = fmax;} void SetPhiRange(Double_t fmin, Double_t fmax) {fPhiMin = fmin; fPhiMax = fmax;} void SetPtMin(Double_t ptmin) {fPtMin = ptmin;} - void SetDebug(Bool_t debug) {fDebug = debug;} void SetBGMode(Bool_t bgmode) {fBGMode = bgmode;} void SetComment(TString com) {fComment=com;} @@ -92,7 +90,6 @@ class AliFastJetHeaderV1 : public AliJetHeader //fastjet::RangeDefinition parameters Double_t fRapMax, fRapMin; // rapidity range of background sub Double_t fPhiMax, fPhiMin; // phi range of background sub - Bool_t fDebug; // debug option Bool_t fBGMode; // Do we subtract BG or not? ClassDef(AliFastJetHeaderV1,2)