CMS 3D CMS Logo

List of all members | Public Member Functions
HPSPFRecoTauAlgorithm::HPSTauPtSorter Class Reference

Public Member Functions

 HPSTauPtSorter ()
 
bool operator() (const reco::PFTau &a, const reco::PFTau &b)
 
 ~HPSTauPtSorter ()
 

Detailed Description

Definition at line 129 of file HPSPFRecoTauAlgorithm.h.

Constructor & Destructor Documentation

HPSPFRecoTauAlgorithm::HPSTauPtSorter::HPSTauPtSorter ( )
inline

Definition at line 132 of file HPSPFRecoTauAlgorithm.h.

133  {
134  }
HPSPFRecoTauAlgorithm::HPSTauPtSorter::~HPSTauPtSorter ( )
inline

Definition at line 137 of file HPSPFRecoTauAlgorithm.h.

138  {}

Member Function Documentation

bool HPSPFRecoTauAlgorithm::HPSTauPtSorter::operator() ( const reco::PFTau a,
const reco::PFTau b 
)
inline

Definition at line 140 of file HPSPFRecoTauAlgorithm.h.

References reco::LeafCandidate::pt().

140  {
141  return (a.pt() > b.pt());
142  }
double pt() const final
transverse momentum