AlcapDAQ  1
Public Member Functions
TOctalFADCIsland::TimeSortFADCIslands Struct Reference

#include <TOctalFADCIsland.h>

Public Member Functions

bool operator() (const TOctalFADCIsland *i1, const TOctalFADCIsland *i2)
 
bool operator() (const TOctalFADCIsland &i1, const TOctalFADCIsland &i2)
 

Detailed Description

Definition at line 41 of file TOctalFADCIsland.h.

Member Function Documentation

bool TOctalFADCIsland::TimeSortFADCIslands::operator() ( const TOctalFADCIsland i1,
const TOctalFADCIsland i2 
)
inline

Definition at line 42 of file TOctalFADCIsland.h.

References TOctalFADCIsland::GetTime().

42  {
43  int t1 = i1->GetTime();
44  int t2 = i2->GetTime();
45  return t1 < t2;
46  }
bool TOctalFADCIsland::TimeSortFADCIslands::operator() ( const TOctalFADCIsland i1,
const TOctalFADCIsland i2 
)
inline

Definition at line 71 of file TOctalFADCIsland.h.

References TOctalFADCIsland::GetTime().

71  {
72  int t1 = i1.GetTime();
73  int t2 = i2.GetTime();
74  return t1 < t2;
75  }

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