CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/DataFormats/METReco/src/MVAMEtData.cc

Go to the documentation of this file.
00001 #include "DataFormats/METReco/interface/MVAMEtData.h"
00002 
00003 namespace reco 
00004 {
00005   bool operator<(const MVAMEtJetInfo& jet1, const MVAMEtJetInfo& jet2)
00006   {
00007     return jet1.p4_.pt() > jet2.p4_.pt();
00008   }
00009 }