X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HMPID%2FAliHMPIDPreprocessor.h;h=7f8736a4505aa99e2fd333c545b64e6a162f74e3;hp=9ef3cb1dd28f1cd2b6174e5362da1e98597e5540;hb=423554a3220dd16760360cd61193475fd4220c2d;hpb=abb5f7860cb54cade022cdf0207df19fce9402a5 diff --git a/HMPID/AliHMPIDPreprocessor.h b/HMPID/AliHMPIDPreprocessor.h index 9ef3cb1dd28..7f8736a4505 100644 --- a/HMPID/AliHMPIDPreprocessor.h +++ b/HMPID/AliHMPIDPreprocessor.h @@ -3,6 +3,9 @@ #include //base class +//. +//HMPID Preprocessor base class +//. class TMap; class AliHMPIDPreprocessor : public AliPreprocessor @@ -10,16 +13,15 @@ class AliHMPIDPreprocessor : public AliPreprocessor public: AliHMPIDPreprocessor(AliShuttleInterface* pShuttle):AliPreprocessor("HMP",pShuttle) {} virtual ~AliHMPIDPreprocessor( ) {} - static char *fP; // Name of the aliases provided by the DCS - static char *fHV; // Name of the aliases provided by the DCS - static char *fT1; // Name of the aliases provided by the DCS - static char *fT2; // Name of the aliases provided by the DCS + protected: + static char *fgP; // Name of the aliases provided by the DCS + static char *fgHV; // Name of the aliases provided by the DCS + static char *fgT1; // Name of the aliases provided by the DCS + static char *fgT2; // Name of the aliases provided by the DCS virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime); virtual UInt_t Process (TMap* pDcsMap ); ClassDef(AliHMPIDPreprocessor, 0); }; -typedef AliHMPIDPreprocessor AliRICHPreprocessor; // for backward compatibility - #endif