CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
13 
15 
16  public:
19  virtual void produce(edm::Event& evt, const edm::EventSetup& es) override;
20 
21  private:
22 
23  const edm::EDGetTokenT<HGCEEDigiCollection> eeDigiCollection_; // collection of HGCEE digis
24  const edm::EDGetTokenT<HGCHEDigiCollection> hefDigiCollection_; // collection of HGCHEF digis
25  const edm::EDGetTokenT<HGCHEDigiCollection> hebDigiCollection_; // collection of HGCHEB digis
26 
27  const std::string eeHitCollection_; // instance name of HGCEE collection of hits
28  const std::string hefHitCollection_; // instance name of HGCHEF collection of hits
29  const std::string hebHitCollection_; // instance name of HGCHEB collection of hits
30 
31  std::unique_ptr<HGCalUncalibRecHitWorkerBaseClass> worker_;
32 };
33 #endif
const edm::EDGetTokenT< HGCHEDigiCollection > hefDigiCollection_
const edm::EDGetTokenT< HGCHEDigiCollection > hebDigiCollection_
std::unique_ptr< HGCalUncalibRecHitWorkerBaseClass > worker_
HGCalUncalibRecHitProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &evt, const edm::EventSetup &es) override
const edm::EDGetTokenT< HGCEEDigiCollection > eeDigiCollection_