CMS 3D CMS Logo

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