CMS 3D CMS Logo

HLTEcalIsolationFilter.h
Go to the documentation of this file.
1 #ifndef HLTEcalIsolationFilter_h
2 #define HLTEcalIsolationFilter_h
3 
6 
7 namespace edm {
9 }
10 
12 
13  public:
15  ~HLTEcalIsolationFilter() override;
16  bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
17  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
18 
19  private:
22  double maxennearby;
23  double minen;
24  int maxhitout;
25  int maxhitin;
26  double maxenin;
27  double maxenout;
28  double maxetacand;
29 
30 };
31 
32 #endif
edm::EDGetTokenT< reco::IsolatedPixelTrackCandidateCollection > candToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.