1 #ifndef ALIMUONPEDESTALEVENTGENERATOR_H
2 #define ALIMUONPEDESTALEVENTGENERATOR_H
36 void Exec(Option_t* option);
50 AliRunLoader*
LoadRun(
const char* mode);
AliMUONCalibrationData * fCalibrationData
! access to pedestal CDB
Generate pedestal events (only for tracker).
Interface for a digit container.
void MakeDDL(Bool_t value)
Set option whether to generate DDL ascii files or not.
static Int_t fgCounter
! counter
AliRunLoader * LoadRun(const char *mode)
AliLoader * fLoader
! to access trees
Bool_t fMakeDDL
! whether to generate DDL ascii files or not
AliMUONVDigitStore * DigitStore()
AliMUONRawWriter * fRawWriter
! to convert digits to raw data
void GenerateDigits(AliMUONVDigitStore &digitStore)
void Digits2Raw(Int_t event)
AliMUONVDigitStore * fDigitStore
! digit container
void Exec(Option_t *option)
AliMUONVStore * fPedestals
! pedestals
Raw data class for trigger and tracker chambers.
virtual ~AliMUONPedestalEventGenerator()
Single entry point to access MUON calibration data.
Bool_t ConvertRawFilesToDate()
AliMUONPedestalEventGenerator(Int_t runNumber, Int_t nevents, const char *dateFileName)
AliMUONPedestalEventGenerator & operator=(const AliMUONPedestalEventGenerator &)
Not implemented.
TString fGAliceFileName
! absolute path to galice.root file
TString fDateFileName
! basefilename of the DATE output file
Base class for MUON data stores.