All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 329 of file SimChannel.cxx.

Member Function Documentation

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

Definition at line 332 of file SimChannel.cxx.

333  { return a.first < b.first; }
process_name gaushit a
bool sim::SimChannel::CompareByTDC::operator() ( StoredTDC_t  a_tdc,
TDCIDE const &  b 
) const
inline

Definition at line 336 of file SimChannel.cxx.

337  { return a_tdc < b.first; }
bool sim::SimChannel::CompareByTDC::operator() ( TDCIDE const &  a,
StoredTDC_t  b_tdc 
) const
inline

Definition at line 340 of file SimChannel.cxx.

341  { return a.first < b_tdc; }
process_name gaushit a

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