LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 289 of file SimChannel.cxx.

Member Function Documentation

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

Definition at line 291 of file SimChannel.cxx.

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

Definition at line 293 of file SimChannel.cxx.

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

Definition at line 295 of file SimChannel.cxx.

295 { return a.first < b_tdc; }

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