#include <HGCEEDigitizer.h>
Public Member Functions | |
HGCEEDigitizer (const edm::ParameterSet &ps) | |
void | runDigitizer (std::auto_ptr< HGCEEDigiCollection > &digiColl, hgc::HGCSimHitDataAccumulator &simData, uint32_t digitizationType, CLHEP::HepRandomEngine *engine) |
~HGCEEDigitizer () | |
Public Member Functions inherited from HGCDigitizerBase< HGCEEDataFrame > | |
HGCDigitizerBase (const edm::ParameterSet &ps) | |
CTOR. More... | |
float | keV2fC () const |
getters More... | |
void | run (std::auto_ptr< DColl > &digiColl, hgc::HGCSimHitDataAccumulator &simData, uint32_t digitizationType, CLHEP::HepRandomEngine *engine) |
steer digitization mode More... | |
virtual void | runDigitizer (std::auto_ptr< DColl > &coll, hgc::HGCSimHitDataAccumulator &simData, uint32_t digitizerType, CLHEP::HepRandomEngine *engine) |
to be specialized by top class More... | |
void | runSimple (std::auto_ptr< DColl > &coll, hgc::HGCSimHitDataAccumulator &simData, CLHEP::HepRandomEngine *engine) |
a trivial digitization: sum energies and digitize without noise More... | |
float | tdcOnset () const |
bool | toaModeByEnergy () const |
void | updateOutput (std::auto_ptr< DColl > &coll, const HGCEEDataFrame &rawDataFrame) |
prepares the output according to the number of time samples to produce More... | |
~HGCDigitizerBase () | |
DTOR. More... | |
Additional Inherited Members | |
Public Types inherited from HGCDigitizerBase< HGCEEDataFrame > | |
typedef edm::SortedCollection < HGCEEDataFrame > | DColl |
Protected Attributes inherited from HGCDigitizerBase< HGCEEDataFrame > | |
double | bxTime_ |
bool | doTimeSamples_ |
float | keV2fC_ |
edm::ParameterSet | myCfg_ |
std::unique_ptr < HGCFEElectronics < HGCEEDataFrame > > | myFEelectronics_ |
float | noise_fC_ |
Definition at line 7 of file HGCEEDigitizer.h.
HGCEEDigitizer::HGCEEDigitizer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 6 of file HGCEEDigitizer.cc.
HGCEEDigitizer::~HGCEEDigitizer | ( | ) |
Definition at line 13 of file HGCEEDigitizer.cc.
void HGCEEDigitizer::runDigitizer | ( | std::auto_ptr< HGCEEDigiCollection > & | digiColl, |
hgc::HGCSimHitDataAccumulator & | simData, | ||
uint32_t | digitizationType, | ||
CLHEP::HepRandomEngine * | engine | ||
) |
Definition at line 9 of file HGCEEDigitizer.cc.