CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual void produce(edm::Event&, const edm::EventSetup&);
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  double drMax_;
51  double drVetoBarrel_;
52  double drVetoEndcap_;
55  double energyBarrel_;
56  double energyEndcap_;
57 
61  float rhoScale_;
62  float rhoMax_;
63 };
64 
65 #endif
edm::EDGetTokenT< T1Collection > recoCandidateProducer_
bool computedRVeto(T1Ref candRef, reco::PFClusterRef pfclu)
edm::EDGetTokenT< reco::PFClusterCollection > pfClusterProducer_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLTEcalPFClusterIsolationProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::AssociationMap< edm::OneToValue< std::vector< T1 >, float > > T1IsolationMap