#include <CastorSimParameters.h>
Public Member Functions | |
CastorSimParameters (double simHitToPhotoelectrons, double photoelectronsToAnalog, double samplingFactor, double timePhase, bool syncPhase) | |
CastorSimParameters (const edm::ParameterSet &p) | |
double | fCtoGeV (const DetId &detId) const |
virtual double | photoelectronsToAnalog (const DetId &detId) const |
void | setDbService (const CastorDbService *service) |
virtual | ~CastorSimParameters () |
Public Member Functions inherited from CaloSimParameters | |
int | binOfMaximum () const |
CaloSimParameters (double simHitToPhotoelectrons, double photoelectronsToAnalog, double samplingFactor, double timePhase, int readoutFrameSize, int binOfMaximum, bool doPhotostatistics, bool syncPhase=true) | |
CaloSimParameters (const edm::ParameterSet &p) | |
bool | doPhotostatistics () const |
whether or not to apply Poisson statistics to photoelectrons More... | |
double | photoelectronsToAnalog () const |
the factor which goes from photoelectrons to whatever gets read by ADCs More... | |
int | readoutFrameSize () const |
for now, the LinearFrames and trhe digis will be one-to-one. More... | |
void | setBinOfMaximum (int binOfMax) |
void | setReadoutFrameSize (int frameSize) |
some datamixing apps need this to be set dynamically More... | |
double | simHitToPhotoelectrons () const |
virtual double | simHitToPhotoelectrons (const DetId &) const |
bool | syncPhase () const |
choice of the ADC time alignment (synchronous for LHC, asynchronous for test beams) More... | |
double | timePhase () const |
the adjustment you need to apply to get the signal where you want it More... | |
virtual | ~CaloSimParameters () |
Private Attributes | |
const CastorDbService * | theDbService |
double | theSamplingFactor |
Definition at line 8 of file CastorSimParameters.h.
CastorSimParameters::CastorSimParameters | ( | double | simHitToPhotoelectrons, |
double | photoelectronsToAnalog, | ||
double | samplingFactor, | ||
double | timePhase, | ||
bool | syncPhase | ||
) |
Definition at line 11 of file CastorSimParameters.cc.
CastorSimParameters::CastorSimParameters | ( | const edm::ParameterSet & | p | ) |
Definition at line 19 of file CastorSimParameters.cc.
|
inlinevirtual |
Definition at line 24 of file CastorSimParameters.h.
double CastorSimParameters::fCtoGeV | ( | const DetId & | detId | ) | const |
{
Definition at line 50 of file CastorSimParameters.cc.
References assert(), CastorDbService::getGain(), CastorDbService::getGainWidth(), CastorGain::getValue(), query::result, and theDbService.
Referenced by photoelectronsToAnalog().
|
virtual |
Reimplemented from CaloSimParameters.
Definition at line 41 of file CastorSimParameters.cc.
References fCtoGeV(), and theSamplingFactor.
Referenced by CastorAmplifier::amplify().
|
inline |
Definition at line 26 of file CastorSimParameters.h.
References theDbService.
Referenced by CastorSimParameterMap::setDbService().
|
private |
the ratio of actual incident energy to deposited energy in the SimHit
Definition at line 40 of file CastorSimParameters.h.
Referenced by fCtoGeV(), and setDbService().
|
private |
Definition at line 41 of file CastorSimParameters.h.
Referenced by photoelectronsToAnalog().