CMS 3D CMS Logo

List of all members | Public Member Functions
SiStripThreshold::dataStrictWeakOrdering Class Reference

#include <SiStripThreshold.h>

Public Member Functions

bool operator() (const uint16_t &i, const Data &p) const
 

Detailed Description

Definition at line 99 of file SiStripThreshold.h.

Member Function Documentation

◆ operator()()

bool SiStripThreshold::dataStrictWeakOrdering::operator() ( const uint16_t &  i,
const Data p 
) const
inline

Definition at line 101 of file SiStripThreshold.h.

References mps_fire::i, and AlCaHLTBitMon_ParallelJobs::p.

101 { return i < p.FirstStrip_and_Hth; }