LArSoft  v10_04_05
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 288 of file SimChannel.cxx.

Member Function Documentation

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

Definition at line 290 of file SimChannel.cxx.

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

Definition at line 292 of file SimChannel.cxx.

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

Definition at line 294 of file SimChannel.cxx.

294 { return a.first < b_tdc; }

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