X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFPreprocessor.h;h=47d2f3c281abaf27f74f94cb841ea6ab6428356e;hb=5ebd79a85bb4d972ed19f200c05765fc7e342afb;hp=809daf68df27f2c08e5b8d9bedf07f474cb6f9cf;hpb=ea932f75d1465601f6bb126a818f6b2574da1e98;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFPreprocessor.h b/TOF/AliTOFPreprocessor.h index 809daf68df2..47d2f3c281a 100644 --- a/TOF/AliTOFPreprocessor.h +++ b/TOF/AliTOFPreprocessor.h @@ -31,18 +31,21 @@ class AliTOFPreprocessor : public AliPreprocessor protected: virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime); - virtual UInt_t Process(TMap * const dcsAliasMap); + virtual UInt_t Process(TMap *dcsAliasMap); virtual Bool_t ProcessDCS(); private: AliTOFPreprocessor(const AliTOFPreprocessor & proc); // copy constructor AliTOFPreprocessor& operator=(const AliTOFPreprocessor & proc); - UInt_t ProcessDCSDataPoints(TMap * const dcsAliasMap); - UInt_t ProcessHVandLVdps(TMap * const dcsAliasMap); + UInt_t ProcessDCSDataPoints(TMap *dcsAliasMap); + UInt_t ProcessHVandLVdps(TMap *dcsAliasMap); UInt_t ProcessOnlineDelays(); UInt_t ProcessPulserData(); UInt_t ProcessNoiseData(); UInt_t ProcessFEEData(); // dummy, for the time being + UInt_t ProcessT0Fill(); + UInt_t ProcessNoiseCalibTrg(); + UInt_t ProcessReadout(); void FillWithCosmicCalibration(AliTOFChannelOnlineArray *cal); // fill with cosmic calibration void FillWithCableLengthMap(AliTOFChannelOnlineArray *cal); // fill with cable-lenght map