CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
L1GlobalCaloTrigger::CompareBx< T > Struct Template Reference

Public Member Functions

bool operator() (const T &i, const T &j) const
 

Detailed Description

template<class T>
struct L1GlobalCaloTrigger::CompareBx< T >

to process multiple bunch crossings, we need to select and order input candidates and regions by beam crossing number

Definition at line 251 of file L1GlobalCaloTrigger.h.

Member Function Documentation

template<class T>
bool L1GlobalCaloTrigger::CompareBx< T >::operator() ( const T i,
const T j 
) const
inline

Definition at line 252 of file L1GlobalCaloTrigger.h.

252  {
253  return i.bx() < j.bx();
254  }
int i
Definition: DBlmapReader.cc:9
int j
Definition: DBlmapReader.cc:9