CMS 3D CMS Logo

List of all members | Public Member Functions
TtSemiLepSignalSelMVATrainer::JetwithHigherPt Struct Reference

Public Member Functions

bool operator() (const pat::Jet &j1, const pat::Jet &j2) const
 

Detailed Description

Definition at line 41 of file TtSemiLepSignalSelMVATrainer.h.

Member Function Documentation

◆ operator()()

bool TtSemiLepSignalSelMVATrainer::JetwithHigherPt::operator() ( const pat::Jet j1,
const pat::Jet j2 
) const
inline

Definition at line 42 of file TtSemiLepSignalSelMVATrainer.h.

42 { return j1.pt() > j2.pt(); };

References reco::LeafCandidate::pt().

reco::LeafCandidate::pt
double pt() const final
transverse momentum
Definition: LeafCandidate.h:146