CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTEgammaL1MatchFilterRegional.h
Go to the documentation of this file.
1 #ifndef HLTEgammaL1MatchFilterRegional_h
2 #define HLTEgammaL1MatchFilterRegional_h
3 
11 
14 
17 
18 namespace edm {
20 }
21 
22 //
23 // class decleration
24 //
25 
27 
28  public:
31  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
32  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
33 
34  private:
35  edm::InputTag candIsolatedTag_; // input tag identifying product contains egammas
36  edm::InputTag l1IsolatedTag_; // input tag identifying product contains egammas
37  edm::InputTag candNonIsolatedTag_; // input tag identifying product contains egammas
38  edm::InputTag l1NonIsolatedTag_; // input tag identifying product contains egammas
39  edm::InputTag l1CenJetsTag_;//EGamma can now be seeded by L1 Jet seeds (important for high energy)
42 
46 
47  int ncandcut_; // number of egammas required
48  // L1 matching cuts
52  double barrel_end_;
53  double endcap_end_;
54 
55  private:
56  bool matchedToL1Cand(const std::vector<l1extra::L1EmParticleRef >& l1Cands,const float scEta,const float scPhi) const;
57  bool matchedToL1Cand(const std::vector<l1extra::L1JetParticleRef >& l1Cands,const float scEta,const float scPhi) const;
58 };
59 
60 #endif //HLTEgammaL1MatchFilterRegional_h
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > L1SeedFilterToken_
HLTEgammaL1MatchFilterRegional(const edm::ParameterSet &)
edm::EDGetTokenT< reco::RecoEcalCandidateCollection > candNonIsolatedToken_
bool matchedToL1Cand(const std::vector< l1extra::L1EmParticleRef > &l1Cands, const float scEta, const float scPhi) const
edm::EDGetTokenT< reco::RecoEcalCandidateCollection > candIsolatedToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) const override