CMS 3D CMS Logo

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