CMS 3D CMS Logo

HFNoseDigitizer.cc
Go to the documentation of this file.
2 
3 using namespace hgc_digi;
4 
5 //
7 
8 //
9 void HFNoseDigitizer::runDigitizer(std::unique_ptr<HGCalDigiCollection>& digiColl,
10  HGCSimHitDataAccumulator& simData,
11  const CaloSubdetectorGeometry* theGeom,
12  const std::unordered_set<DetId>& validIds,
13  uint32_t digitizationType,
14  CLHEP::HepRandomEngine* engine) {}
15 
16 //
DigiToRawDM_cff.digiColl
digiColl
Definition: DigiToRawDM_cff.py:32
HFNoseDigitizer::~HFNoseDigitizer
~HFNoseDigitizer() override
Definition: HFNoseDigitizer.cc:17
hgc_digi
Definition: HGCDigitizerTypes.h:10
HFNoseDigitizer::HFNoseDigitizer
HFNoseDigitizer(const edm::ParameterSet &ps)
Definition: HFNoseDigitizer.cc:6
hgceeDigitizer_cfi.digitizationType
digitizationType
Definition: hgceeDigitizer_cfi.py:54
edm::ParameterSet
Definition: ParameterSet.h:36
hgc_digi::HGCSimHitDataAccumulator
std::unordered_map< uint32_t, HGCCellInfo > HGCSimHitDataAccumulator
Definition: HGCDigitizerTypes.h:38
HGCDigitizerBase
Definition: HGCDigitizerBase.h:61
HFNoseDigitizer::runDigitizer
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
Definition: HFNoseDigitizer.cc:9
CaloSubdetectorGeometry
Definition: CaloSubdetectorGeometry.h:22
HFNoseDigitizer.h