X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliRunDigitizer.h;h=dcc9544e771e95e12e30403b78fc8e89b24ec35a;hb=818fff8d4e007c59b815b82e08a10bc64d3cd0a1;hp=49235596e2f989f4c9b5c95ef830101d1035c790;hpb=af7ba10c3e29509de3d1d83a04d842895e74cf03;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliRunDigitizer.h b/STEER/AliRunDigitizer.h index 49235596e2f..dcc9544e771 100644 --- a/STEER/AliRunDigitizer.h +++ b/STEER/AliRunDigitizer.h @@ -97,9 +97,6 @@ public: // return TString with input file name TString GetInputFileName(Int_t input, Int_t order) const; - Int_t GetDebug() const {return fDebug;} - void SetDebug(Int_t level) {fDebug = level;} - private: void Copy(TObject& dig) const; Bool_t ConnectInputTrees(); @@ -133,13 +130,12 @@ private: TArrayI fCombination; //! combination of events from TString fCombinationFileName; // fn with combinations (used // with type 2 of comb.) - Int_t fDebug; //! specifies debug level, 0 is min AliRunLoader* GetOutRunLoader(); static const TString fgkDefOutFolderName;//default name for output foler static const TString fgkBaseInFolderName;//default name for input foler - ClassDef(AliRunDigitizer,5) + ClassDef(AliRunDigitizer,6) }; #endif // ALIRUNDIGITIZER_H