CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MVAMEtData.cc
Go to the documentation of this file.
2 
3 namespace reco
4 {
5  bool operator<(const MVAMEtJetInfo& jet1, const MVAMEtJetInfo& jet2)
6  {
7  return jet1.p4_.pt() > jet2.p4_.pt();
8  }
9 }
reco::Candidate::LorentzVector p4_
Definition: MVAMEtData.h:31
bool operator<(const MVAMEtJetInfo &, const MVAMEtJetInfo &)
Definition: MVAMEtData.cc:5