CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTEgammaAllCombMassFilter.h
Go to the documentation of this file.
1 #ifndef HLTrigger_Egamma_HLTEgammaAllCombMassFilter_h
2 #define HLTrigger_Egamma_HLTEgammaAllCombMassFilter_h
3 
4 //Class: HLTEgammaAllCombMassFilter
5 //purpose: the last filter of multi-e/g triggers which have asymetric cuts on the e/g objects
6 // this checks that the required number of pair candidate pass a minimum mass cut
7 
9 
11 
13 
14 namespace edm {
16 }
17 
19 
20  public:
23  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
24  static void getP4OfLegCands(const edm::Event& iEvent, const edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>& filterToken, std::vector<math::XYZTLorentzVector>& p4s);
25  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
26 
27  private:
32  double minMass_;
33 };
34 
35 #endif
36 
37 
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > firstLegLastFilterToken_
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > secondLegLastFilterToken_
int iEvent
Definition: GenABIO.cc:230
HLTEgammaAllCombMassFilter(const edm::ParameterSet &)
static void getP4OfLegCands(const edm::Event &iEvent, const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > &filterToken, std::vector< math::XYZTLorentzVector > &p4s)
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) const override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)