CMS 3D CMS Logo

HLTEcalPFClusterIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaHLTProducers_EgammaHLTEcalPFClusterIsolationProducer_h
2 #define EgammaHLTProducers_EgammaHLTEcalPFClusterIsolationProducer_h
3 
4 #include <memory>
5 
8 
11 
13 
16 
19 
22 
23 namespace edm {
25 }
26 
27 template<typename T1>
29 
30  typedef std::vector<T1> T1Collection;
33 
34  public:
37 
38  void produce(edm::Event&, const edm::EventSetup&) override;
39  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
40 
41  private:
42 
43  bool computedRVeto(T1Ref candRef, reco::PFClusterRef pfclu);
44 
48 
49  double drVeto2_;
50  const double drMax_;
51  const double drVetoBarrel_;
52  const double drVetoEndcap_;
53  const double etaStripBarrel_;
54  const double etaStripEndcap_;
55  const double energyBarrel_;
56  const double energyEndcap_;
57 
58  const bool doRhoCorrection_;
59  const double rhoMax_;
60  const double rhoScale_;
61  const std::vector<double> effectiveAreas_;
62  const std::vector<double> absEtaLowEdges_;
63 
64 };
65 
66 #endif
edm::EDGetTokenT< T1Collection > recoCandidateProducer_
const edm::EDGetTokenT< double > rhoProducer_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::AssociationMap< edm::OneToValue< std::vector< T1 >, float > > T1IsolationMap
HLT enums.
const edm::EDGetTokenT< reco::PFClusterCollection > pfClusterProducer_