CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
HGCEEDigitizer Class Reference

#include <HGCEEDigitizer.h>

Inheritance diagram for HGCEEDigitizer:
HGCDigitizerBase< HGCEEDataFrame >

Public Member Functions

 HGCEEDigitizer (const edm::ParameterSet &ps)
 
void runDigitizer (std::auto_ptr< HGCEEDigiCollection > &digiColl, HGCSimHitDataAccumulator &simData, uint32_t digitizationType, CLHEP::HepRandomEngine *engine)
 
 ~HGCEEDigitizer ()
 
- Public Member Functions inherited from HGCDigitizerBase< HGCEEDataFrame >
 HGCDigitizerBase (const edm::ParameterSet &ps)
 CTOR. More...
 
void run (std::auto_ptr< DColl > &digiColl, HGCSimHitDataAccumulator &simData, uint32_t digitizationType, CLHEP::HepRandomEngine *engine)
 steer digitization mode More...
 
virtual void runDigitizer (std::auto_ptr< DColl > &coll, HGCSimHitDataAccumulator &simData, uint32_t digitizerType, CLHEP::HepRandomEngine *engine)
 to be specialized by top class More...
 
void runShaper (HGCEEDataFrame &dataFrame)
 applies a shape to each time sample and propagates the tails to the subsequent time samples More...
 
void runTrivial (std::auto_ptr< DColl > &coll, HGCSimHitDataAccumulator &simData, CLHEP::HepRandomEngine *engine)
 a trivial digitization: sum energies and digitize without noise More...
 
void updateOutput (std::auto_ptr< DColl > &coll, HGCEEDataFramerawDataFrame)
 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
 
- Public Attributes inherited from HGCDigitizerBase< HGCEEDataFrame >
uint32_t adcThreshold_
 
int bxTime_
 
bool doTimeSamples_
 
double lsbInMIP_
 
double mip2noise_
 
double mipInKeV_
 
edm::ParameterSet myCfg_
 
double shaperN_
 
double shaperTau_
 

Detailed Description

Definition at line 7 of file HGCEEDigitizer.h.

Constructor & Destructor Documentation

HGCEEDigitizer::HGCEEDigitizer ( const edm::ParameterSet ps)

Definition at line 4 of file HGCEEDigitizer.cc.

4 : HGCDigitizerBase(ps) { }
HGCDigitizerBase(const edm::ParameterSet &ps)
CTOR.
HGCEEDigitizer::~HGCEEDigitizer ( )

Definition at line 11 of file HGCEEDigitizer.cc.

11 { }

Member Function Documentation

void HGCEEDigitizer::runDigitizer ( std::auto_ptr< HGCEEDigiCollection > &  digiColl,
HGCSimHitDataAccumulator simData,
uint32_t  digitizationType,
CLHEP::HepRandomEngine *  engine 
)

Definition at line 7 of file HGCEEDigitizer.cc.

7  {
8 }