1#ifndef __JTRIGGER__JEVENTOVERLAP__ 
    2#define __JTRIGGER__JEVENTOVERLAP__ 
   41      if (first .empty()) 
return false;
 
   42      if (second.empty()) 
return false;
 
 
 
Match of two events considering overlap in time.
 
JEventOverlap(const double Tmax_ns)
Constructor.
 
static double getExtraTime()
Get extra time.
 
double getTmax() const
Get time window.
 
bool operator()(const JEvent &first, const JEvent &second) const
Match criterion.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary classes and methods for triggering.