StRoot
1
|
Public Types | |
enum | simulatorVersion { kFastSimulator, kFullSimulator } |
Public Member Functions | |
StPmtSignal (float pmtGain=1.5e+6, float cathodeNoise=0.0, float dynodeNoise=0.0) | |
void | setTotalGain (float val) |
set the gain of the full PMT chain in ADC counts / photoelectron emitted from cathode | |
void | setPedestalMean (float val) |
set the pedestal in ADC counts | |
void | setPedestalRMS (float val) |
set the width of the pedestal in ADC counts | |
int | getAdc (int nPhotoElectrons, simulatorVersion version) |
return ADC counts for a given # of incident photoelectrons | |
Definition at line 20 of file StPmtSignal.h.
fastSimulator approximates mean>100 Poisson distributions by Gaussians. Statistically consistent with fullSimulator at statistics up to 10^5 and an agreement is acceptable up to 10^6.
Definition at line 82 of file StPmtSignal.h.