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