LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 322 of file SimChannel.cxx.

Member Function Documentation

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

Definition at line 325 of file SimChannel.cxx.

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

Definition at line 329 of file SimChannel.cxx.

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

Definition at line 333 of file SimChannel.cxx.

334  { return a.first < b_tdc; }

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