Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
MONITORL1DT Namespace Reference

Classes

class  JElement
 Data structure for hit time and DOM identifier. More...
 
struct  JHistogram
 Auxiliary data structure for histogram management. More...
 

Functions

bool operator< (const JElement &first, const JElement &second)
 Sort JElement in time. More...
 

Function Documentation

bool MONITORL1DT::operator< ( const JElement first,
const JElement second 
)
inline

Sort JElement in time.

Parameters
firstfirst element
secondsecond element
Returns
true if second later than first; else false

Definition at line 59 of file JMonitorL1dt.cc.

60  {
61  return first.t < second.t;
62  }