X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGainSubprocessor.h;h=b144fdea53d8f3b594e6b7de8e91578537f78640;hb=3d7ed4edaf2906d330312fe293dc0fc134a6a47c;hp=b1dd166141384b9c9abd27d0928c91a11411cb00;hpb=505bc49673ac522eb8f8f908b957dcac55d9f05f;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGainSubprocessor.h b/MUON/AliMUONGainSubprocessor.h index b1dd1661413..b144fdea53d 100644 --- a/MUON/AliMUONGainSubprocessor.h +++ b/MUON/AliMUONGainSubprocessor.h @@ -16,7 +16,11 @@ # include "AliMUONVSubprocessor.h" #endif -class AliMUONV2DStore; +#ifndef ROOT_TString +# include "TString.h" +#endif + +class AliMUONVStore; class TObjArray; class AliMUONGainSubprocessor : public AliMUONVSubprocessor @@ -27,7 +31,6 @@ public: void Initialize(Int_t run, UInt_t startTime, UInt_t endTime); UInt_t Process(TMap* dcsAliasMap); - void Print(Option_t* opt="") const; private: /// Not implemented @@ -38,9 +41,11 @@ private: Int_t ReadFile(const char* filename); private: - AliMUONV2DStore* fGains; //!< Gains for the MUON TRK + AliMUONVStore* fGains; //!< Gains for the MUON TRK + Bool_t fSkip; //!< whether we should skip this run (because it's dummy) + TString fComment; //!< comment for OCDB entry - ClassDef(AliMUONGainSubprocessor,1) // A shuttle preprocessor for MUON TRK gains + ClassDef(AliMUONGainSubprocessor,2) // A shuttle preprocessor for MUON TRK gains }; #endif