CMS 3D CMS Logo

GamIsoDetIdCollectionProducer.h
Go to the documentation of this file.
1 #ifndef _GAMISODETIDCOLLECTIONPRODUCER_H
2 #define _GAMISODETIDCOLLECTIONPRODUCER_H
3 
4 // -*- C++ -*-
5 //
6 // Package: GamIsoDetIdCollectionProducer
7 // Class: GamIsoDetIdCollectionProducer
8 //
19 // system include files
20 #include <memory>
21 
22 // user include files
25 
30 
34 
35 class CaloTopology;
36 
38 public:
42  void beginJob();
44  void produce(edm::Event &, const edm::EventSetup &) override;
45 
46 private:
47  // ----------member data ---------------------------
52  double energyCut_;
53  double etCut_;
54  double etCandCut_;
55  double outerRadius_;
56  double innerRadius_;
58 
59  std::vector<int> severitiesexclEB_;
60  std::vector<int> severitiesexclEE_;
61  std::vector<int> flagsexclEB_;
62  std::vector<int> flagsexclEE_;
63 };
64 
65 #endif
edm::EDGetTokenT< EcalRecHitCollection > recHitsToken_
void produce(edm::Event &, const edm::EventSetup &) override
producer
GamIsoDetIdCollectionProducer(const edm::ParameterSet &)
ctor
edm::EDGetTokenT< reco::PhotonCollection > emObjectToken_