CMS 3D CMS Logo

HGCEEDigitizer.cc
Go to the documentation of this file.
5 
7 public:
9  void runDigitizer(std::unique_ptr<HGCalDigiCollection>& digiColl,
11  const CaloSubdetectorGeometry* theGeom,
12  const std::unordered_set<DetId>& validIds,
13  CLHEP::HepRandomEngine* engine) override;
14  ~HGCEEDigitizer() override;
15 
16 private:
17 };
18 
19 using namespace hgc_digi;
20 
21 //
23 
24 //
25 void HGCEEDigitizer::runDigitizer(std::unique_ptr<HGCalDigiCollection>& digiColl,
26  HGCSimHitDataAccumulator& simData,
27  const CaloSubdetectorGeometry* theGeom,
28  const std::unordered_set<DetId>& validIds,
29  CLHEP::HepRandomEngine* engine) {}
30 
31 //
33 
std::unordered_map< uint32_t, HGCCellInfo > HGCSimHitDataAccumulator
~HGCEEDigitizer() override
void runDigitizer(std::unique_ptr< HGCalDigiCollection > &digiColl, hgc::HGCSimHitDataAccumulator &simData, const CaloSubdetectorGeometry *theGeom, const std::unordered_set< DetId > &validIds, CLHEP::HepRandomEngine *engine) override
#define DEFINE_EDM_PLUGIN(factory, type, name)
DetId::Detector det_
HGCEEDigitizer(const edm::ParameterSet &ps)