AlcapDAQ  1
Public Member Functions
TOctalFADCIsland::TOctalFADCIslandTimeComparator Struct Reference

#include <TOctalFADCIsland.h>

Public Member Functions

bool operator() (const TOctalFADCIsland &a, double time)
 
bool operator() (double time, const TOctalFADCIsland &b)
 

Detailed Description

Definition at line 78 of file TOctalFADCIsland.h.

Member Function Documentation

bool TOctalFADCIsland::TOctalFADCIslandTimeComparator::operator() ( const TOctalFADCIsland a,
double  time 
)
inline

Definition at line 79 of file TOctalFADCIsland.h.

References TOctalFADCIsland::GetTimeNs(), and time.

79  {
80  return a.GetTimeNs() < time;
81  }
bool TOctalFADCIsland::TOctalFADCIslandTimeComparator::operator() ( double  time,
const TOctalFADCIsland b 
)
inline

Definition at line 82 of file TOctalFADCIsland.h.

References TOctalFADCIsland::GetTimeNs().

82  {
83  return time < b.GetTimeNs();
84  }

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