X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliRunDigitizer.h;h=dcc9544e771e95e12e30403b78fc8e89b24ec35a;hb=818fff8d4e007c59b815b82e08a10bc64d3cd0a1;hp=5d6c3d2b4b698bc0430f8254ec3d3b97077cee27;hpb=d0f1ee3b23098db5d720720eb930bafe63d20f9b;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliRunDigitizer.h b/STEER/AliRunDigitizer.h index 5d6c3d2b4b6..dcc9544e771 100644 --- a/STEER/AliRunDigitizer.h +++ b/STEER/AliRunDigitizer.h @@ -8,7 +8,7 @@ //////////////////////////////////////////////////////////////////////// // // Manager Class for Merging/Digitization -// +// This handles Merging and Digitisation of AliRoot events // Author: Jiri Chudoba (CERN) // //////////////////////////////////////////////////////////////////////// @@ -29,7 +29,7 @@ class AliDigitizer; class AliMergeCombi; class AliRunLoader; -static const Int_t kMaxStreamsToMerge = 4; +#define MAXSTREAMSTOMERGE 4 class AliRunDigitizer: public TTask { @@ -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(); @@ -109,7 +106,7 @@ private: void FinishEvent(); void FinishGlobal(); - Int_t fkMASK[kMaxStreamsToMerge]; //! masks for track ids from + Int_t fkMASK[MAXSTREAMSTOMERGE]; //! masks for track ids from // different source files Int_t fkMASKSTEP; // step to increase MASK for // each input file @@ -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