#ifndef ALIFMDCALIBFAKER_H #define ALIFMDCALIBFAKER_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights * reserved. * * Latest changes by Christian Holm Christensen * * See cxx source for full Copyright notice */ //____________________________________________________________________ // // Class to make fake calibration parameters // #ifndef ROOT_TTask # include #endif #include "AliFMDParameters.h" // ALIFMDPARAMETERS_H class AliFMDCalibFaker : public TTask { public: enum EWhat { kZeroSuppression = 1, kSampleRate, kPedestal, kPulseGain, kDeadMap, kAltroMap }; enum { kAll = (1<