test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTHcalPFClusterIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaHLTProducers_HLTHcalPFClusterIsolationProducer_h
2 #define EgammaHLTProducers_HLTHcalPFClusterIsolationProducer_h
3 
4 #include <memory>
5 
8 
11 
13 
16 
19 
22 
23 
24 namespace edm {
26 }
27 
28 template<typename T1>
30 
31  typedef std::vector<T1> T1Collection;
34 
35  public:
38 
39  void produce(edm::StreamID sid, edm::Event&, const edm::EventSetup&) const override;
40  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
41 
42  private:
43 
49 
50  const bool useHF_;
51 
52  const double drMax_;
53  const double drVetoBarrel_;
54  const double drVetoEndcap_;
55  const double etaStripBarrel_;
56  const double etaStripEndcap_;
57  const double energyBarrel_;
58  const double energyEndcap_;
59  const bool useEt_;
60 
61  const bool doRhoCorrection_;
62  const double rhoMax_;
63  const double rhoScale_;
64  const std::vector<double> effectiveAreas_;
65  const std::vector<double> absEtaLowEdges_;
66 };
67 
68 #endif
void produce(edm::StreamID sid, edm::Event &, const edm::EventSetup &) const override
const edm::EDGetTokenT< double > rhoProducer_
const edm::EDGetTokenT< reco::PFClusterCollection > pfClusterProducerHFHAD_
const edm::EDGetTokenT< reco::PFClusterCollection > pfClusterProducerHCAL_
edm::EDGetTokenT< T1Collection > recoCandidateProducer_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::AssociationMap< edm::OneToValue< std::vector< T1 >, float > > T1IsolationMap
const edm::EDGetTokenT< reco::PFClusterCollection > pfClusterProducerHFEM_
HLTHcalPFClusterIsolationProducer(const edm::ParameterSet &)