CMS 3D CMS Logo

HGCHEfrontDigitizer.h
Go to the documentation of this file.
1 #ifndef SimCalorimetry_HGCSimProducers_hgchefrontdigitizer
2 #define SimCalorimetry_HGCSimProducers_hgchefrontdigitizer
3 
6 
7 class HGCHEfrontDigitizer : public HGCDigitizerBase<HGCalDataFrame> {
8 public:
10  void runDigitizer(std::unique_ptr<HGCalDigiCollection>& digiColl,
12  const CaloSubdetectorGeometry* theGeom,
13  const std::unordered_set<DetId>& validIds,
14  uint32_t digitizationType,
15  CLHEP::HepRandomEngine* engine) override;
16  ~HGCHEfrontDigitizer() override;
17 
18 private:
19 };
20 
21 #endif
std::unordered_map< uint32_t, HGCCellInfo > HGCSimHitDataAccumulator
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
HGCHEfrontDigitizer(const edm::ParameterSet &ps)