Public Member Functions | List of all members
sim::SimChannel::CompareByTDC Struct Reference

Public Member Functions

bool operator() (TDCIDE const &a, TDCIDE const &b) const
 
bool operator() (StoredTDC_t a_tdc, TDCIDE const &b) const
 
bool operator() (TDCIDE const &a, StoredTDC_t b_tdc) const
 

Detailed Description

Definition at line 325 of file SimChannel.cxx.

Member Function Documentation

bool sim::SimChannel::CompareByTDC::operator() ( TDCIDE const &  a,
TDCIDE const &  b 
) const
inline

Definition at line 328 of file SimChannel.cxx.

329  { return a.first < b.first; }
const double a
static bool * b
Definition: config.cpp:1043
bool sim::SimChannel::CompareByTDC::operator() ( StoredTDC_t  a_tdc,
TDCIDE const &  b 
) const
inline

Definition at line 332 of file SimChannel.cxx.

333  { return a_tdc < b.first; }
static bool * b
Definition: config.cpp:1043
bool sim::SimChannel::CompareByTDC::operator() ( TDCIDE const &  a,
StoredTDC_t  b_tdc 
) const
inline

Definition at line 336 of file SimChannel.cxx.

337  { return a.first < b_tdc; }
const double a

The documentation for this struct was generated from the following file: