CMS 3D CMS Logo

HGCalUncalibRecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HGCalRecProducers_HGCalUncalibRecHitProducer_hh
2 #define RecoLocalCalo_HGCalRecProducers_HGCalUncalibRecHitProducer_hh
3 
8 
10 
12 
14 public:
16  ~HGCalUncalibRecHitProducer() override;
17  void produce(edm::Event& evt, const edm::EventSetup& es) override;
18 
19 private:
20  const edm::EDGetTokenT<HGCalDigiCollection> eeDigiCollection_; // collection of HGCEE digis
21  const edm::EDGetTokenT<HGCalDigiCollection> hefDigiCollection_; // collection of HGCHEF digis
22  const edm::EDGetTokenT<HGCalDigiCollection> hebDigiCollection_; // collection of HGCHEB digis
23  const edm::EDGetTokenT<HGCalDigiCollection> hfnoseDigiCollection_; // collection of HGCHFNose digis
24 
29 
30  const std::string eeHitCollection_; // instance name of HGCEE collection of hits
31  const std::string hefHitCollection_; // instance name of HGCHEF collection of hits
32  const std::string hebHitCollection_; // instance name of HGCHEB collection of hits
33  const std::string hfnoseHitCollection_; // instance name of HGCHFnose collection of hits
34 
35  std::unique_ptr<HGCalUncalibRecHitWorkerBaseClass> worker_;
36 };
37 #endif
const edm::EDGetTokenT< HGCalDigiCollection > eeDigiCollection_
const edm::ESGetToken< HGCalGeometry, IdealGeometryRecord > hfnose_geometry_token_
const edm::ESGetToken< HGCalGeometry, IdealGeometryRecord > ee_geometry_token_
const edm::EDGetTokenT< HGCalDigiCollection > hebDigiCollection_
const edm::ESGetToken< HGCalGeometry, IdealGeometryRecord > heb_geometry_token_
const edm::EDGetTokenT< HGCalDigiCollection > hefDigiCollection_
std::unique_ptr< HGCalUncalibRecHitWorkerBaseClass > worker_
HGCalUncalibRecHitProducer(const edm::ParameterSet &ps)
void produce(edm::Event &evt, const edm::EventSetup &es) override
const edm::ESGetToken< HGCalGeometry, IdealGeometryRecord > hef_geometry_token_
const edm::EDGetTokenT< HGCalDigiCollection > hfnoseDigiCollection_