AlcapDAQ  1
Public Member Functions
TNaIHit::TimeSortNaIHits Struct Reference

#include <TNaIHit.h>

Public Member Functions

bool operator() (const TNaIHit &h1, const TNaIHit &h2)
 

Detailed Description

Definition at line 69 of file TNaIHit.h.

Member Function Documentation

bool TNaIHit::TimeSortNaIHits::operator() ( const TNaIHit h1,
const TNaIHit h2 
)
inline

Definition at line 70 of file TNaIHit.h.

References TNaIHit::GetTime().

70  {
71  int t1 = h1.GetTime();
72  int t2 = h2.GetTime();
73  return t1 < t2;
74  }

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