CMS 3D CMS Logo

Public Member Functions

TtSemiLepSignalSelMVATrainer::JetwithHigherPt Struct Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 40 of file TtSemiLepSignalSelMVATrainer.h.


Member Function Documentation

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

Definition at line 41 of file TtSemiLepSignalSelMVATrainer.h.

References reco::LeafCandidate::pt().

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