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 
10 
12 
14 
16 public:
18  ~HGCalUncalibRecHitProducer() override;
19  void produce(edm::Event& evt, const edm::EventSetup& es) override;
20  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
21 
22 private:
23  const edm::EDGetTokenT<HGCalDigiCollection> eeDigiCollection_; // collection of HGCEE digis
24  const edm::EDGetTokenT<HGCalDigiCollection> hefDigiCollection_; // collection of HGCHEF digis
25  const edm::EDGetTokenT<HGCalDigiCollection> hebDigiCollection_; // collection of HGCHEB digis
26  const edm::EDGetTokenT<HGCalDigiCollection> hfnoseDigiCollection_; // collection of HGCHFNose digis
27 
32 
33  const std::string eeHitCollection_; // instance name of HGCEE collection of hits
34  const std::string hefHitCollection_; // instance name of HGCHEF collection of hits
35  const std::string hebHitCollection_; // instance name of HGCHEB collection of hits
36  const std::string hfnoseHitCollection_; // instance name of HGCHFnose collection of hits
37 
38  std::unique_ptr<HGCalUncalibRecHitWorkerBaseClass> worker_;
39 };
40 #endif
const edm::EDGetTokenT< HGCalDigiCollection > eeDigiCollection_
const edm::ESGetToken< HGCalGeometry, IdealGeometryRecord > hfnose_geometry_token_
const edm::ESGetToken< HGCalGeometry, IdealGeometryRecord > ee_geometry_token_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
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_