X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSPreprocessor.h;h=7fa89b60311949b6ae622dfd39f6be52b539e9a7;hb=7e29d9273f12bab0d9001b9d373ac341e92aa134;hp=1a6f1f1d19ba5df9690eec015d7a5f06ffa6dfbe;hpb=1ab07e55b70712346ee9d8471c56c8f23878e177;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSPreprocessor.h b/PHOS/AliPHOSPreprocessor.h index 1a6f1f1d19b..7fa89b60311 100644 --- a/PHOS/AliPHOSPreprocessor.h +++ b/PHOS/AliPHOSPreprocessor.h @@ -16,14 +16,14 @@ class AliPHOSPreprocessor : public AliPreprocessor { public: AliPHOSPreprocessor(); - AliPHOSPreprocessor(const char* detector, AliShuttleInterface* shuttle); + AliPHOSPreprocessor(AliShuttleInterface* shuttle); protected: - virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime); virtual UInt_t Process(TMap* valueSet); + Bool_t ProcessLEDRun(); - ClassDef(AliPHOSPreprocessor,0); + ClassDef(AliPHOSPreprocessor,1); };