CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
mvaMEtUtilities.cc File Reference
#include "RecoMET/METPUSubtraction/interface/mvaMEtUtilities.h"
#include "DataFormats/Math/interface/deltaR.h"
#include <algorithm>
#include <math.h>

Go to the source code of this file.

Functions

bool operator< (const mvaMEtUtilities::JetInfo &jet1, const mvaMEtUtilities::JetInfo &jet2)
 

Function Documentation

bool operator< ( const mvaMEtUtilities::JetInfo jet1,
const mvaMEtUtilities::JetInfo jet2 
)

Definition at line 74 of file mvaMEtUtilities.cc.

References mvaMEtUtilities::JetInfo::p4_.

75 {
76  return jet1.p4_.pt() > jet2.p4_.pt();
77 }
reco::Candidate::LorentzVector p4_