CMS 3D CMS Logo

List of all members | Public Member Functions
TtHadLRSignalSelObservables::CompareET Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 35 of file TtHadLRSignalSelObservables.h.

Member Function Documentation

◆ operator()()

bool TtHadLRSignalSelObservables::CompareET::operator() ( const pat::Jet j1,
const pat::Jet j2 
) const
inline

Definition at line 36 of file TtHadLRSignalSelObservables.h.

36 { return j1.et() > j2.et(); }

References reco::LeafCandidate::et().

reco::LeafCandidate::et
double et() const final
transverse energy
Definition: LeafCandidate.h:127