CMS 3D CMS Logo

List of all members | Public Member Functions
CalibrationTrackSelector::ComparePt Struct Reference

compare two tracks in pt (used by theNHighestPtTracks) More...

Public Member Functions

bool operator() (const reco::Track *t1, const reco::Track *t2) const
 

Detailed Description

compare two tracks in pt (used by theNHighestPtTracks)

Definition at line 41 of file CalibrationTrackSelector.h.

Member Function Documentation

◆ operator()()

bool CalibrationTrackSelector::ComparePt::operator() ( const reco::Track t1,
const reco::Track t2 
) const
inline

Definition at line 42 of file CalibrationTrackSelector.h.

42 { return t1->pt() > t2->pt(); }

References RandomServiceHelper::t1, and RandomServiceHelper::t2.

RandomServiceHelper.t2
t2
Definition: RandomServiceHelper.py:257
RandomServiceHelper.t1
t1
Definition: RandomServiceHelper.py:256