PandaRoot
BSEmcShashlikIdealDigitizationProcess.h
Go to the documentation of this file.
1 #ifndef BSEMCSHASHLIKIDEALDIGITIZATIONPROCESS_HH
2 #define BSEMCSHASHLIKIDEALDIGITIZATIONPROCESS_HH
3 
4 #include "Rtypes.h"
5 #include "RtypesCore.h"
6 
8 
9 class TBuffer;
10 class TClass;
11 class TMemberInspector;
12 
22  public:
25 
26  protected:
27  virtual Double_t GausSmearing(Double_t t_energy) const /*override*/;
28 
29  private:
31 };
32 
33 #endif /*BSEMCSHASHLIKIDEALDIGITIZATIONPROCESS_HH*/
Smears BSEmcMCHit energy and forms BSEmcDigi if energy above threshold.
IdealDigitizationProcess (non waveform) for Shashlik requires special smearing of energy...
virtual Double_t GausSmearing(Double_t t_energy) const