CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
24 
25  const std::string eeHitCollection_; // instance name of HGCEE collection of hits
26  const std::string hefHitCollection_; // instance name of HGCHEF collection of hits
27  const std::string hebHitCollection_; // instance name of HGCHEB collection of hits
28  const std::string hfnoseHitCollection_; // instance name of HGCHFnose collection of hits
29 
30  std::unique_ptr<HGCalUncalibRecHitWorkerBaseClass> worker_;
31 };
32 #endif
const edm::EDGetTokenT< HGCalDigiCollection > eeDigiCollection_
edm::EDGetTokenT< HGCalDigiCollection > hebDigiCollection_
edm::EDGetTokenT< HGCalDigiCollection > hfnoseDigiCollection_
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