3 #ifndef PNDEMCSHASHLYKDIGI_H_ 4 #define PNDEMCSHASHLYKDIGI_H_ 40 virtual InitStatus
Init();
41 virtual void Exec(Option_t* opt);
47 if(fCalibrator==NULL) {
48 std::cerr <<
"-E- in PndEmcShashlykDigi::SetCrystalCalibrator: Calibrator must be a PndEmcSimCrystalCalibrator. External Calibrator setting has no effect" << std::endl;
64 TClonesArray* fWaveformArray;
67 TClonesArray* fDigiArray;
69 Double_t fEnergyDigiThreshold;
70 TString fDigiPosMethod;
71 Double_t fEmcDigiRescaleFactor;
72 Double_t fEmcDigiPositionDepthPWO;
73 Double_t fEmcDigiPositionDepthShashlyk;
85 Bool_t fSingleAPDMode;
void SingleAPDMode(Bool_t mode=kTRUE)
stores crystal index coordinates (x,y) or (theta,phi)
PndEmcShashlykDigi(Int_t verbose=0, Bool_t storedigis=kTRUE)
virtual void SetCrystalCalibrator(PndEmcAbsCrystalCalibrator *Cal)
void SetStorageOfData(Bool_t val)
virtual ~PndEmcShashlykDigi()
parameter set of Emc digitisation
Class to simulate a Calibration.
Baseclass for pulseshapeanalysis ( featureextraction )
represents the deposited energy of one emc crystal from simulation
virtual void Exec(Option_t *opt)
virtual InitStatus Init()
Task to create digis from waveforms.
Abstract interface for a emc calibrator.
virtual void SetParContainers()
Parameter set for Emc Reco.