CMS 3D CMS Logo

HLTEgammaL1MatchFilterPairs.h
Go to the documentation of this file.
1 #ifndef HLTEgammaL1MatchFilterPairs_h
2 #define HLTEgammaL1MatchFilterPairs_h
3 
11 
14 
17 
18 namespace edm {
20 }
21 
22 //
23 // class decleration
24 //
25 
27 
28  public:
30  ~HLTEgammaL1MatchFilterPairs() override;
31  bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
32  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
33 
34  private:
35  bool CheckL1Matching(edm::Ref<reco::RecoEcalCandidateCollection>ref,std::vector<l1extra::L1EmParticleRef >& l1EGIso,std::vector<l1extra::L1EmParticleRef >& l1EGNonIso) const;
36 
37  edm::InputTag candIsolatedTag_; // input tag identifying product contains egammas
38  edm::InputTag l1IsolatedTag_; // input tag identifying product contains egammas
39  edm::InputTag candNonIsolatedTag_; // input tag identifying product contains egammas
40  edm::InputTag l1NonIsolatedTag_; // input tag identifying product contains egammas
43 
46  bool AlsoNonIsolatedFirst_, AlsoNonIsolatedSecond_;
47 
48  // L1 matching cuts
52  double barrel_end_;
53  double endcap_end_;
54 };
55 
56 #endif //HLTEgammaL1MatchFilterPairs_h
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > L1SeedFilterToken_
edm::EDGetTokenT< reco::RecoEcalCandidateCollection > candNonIsolatedToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< reco::RecoEcalCandidateCollection > candIsolatedToken_
HLT enums.