CMS 3D CMS Logo

Public Member Functions

L1GlobalCaloTrigger::CompareBx< T > Struct Template Reference

List of all members.

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.

                                                  {
      return i.bx() < j.bx();
    }