Go to the documentation of this file.    1 #ifndef __JSIRENE__JPULSE__ 
    2 #define __JSIRENE__JPULSE__ 
   83     return first.getLowerLimit() < second.getLowerLimit();
 
   96     return hit.getLowerLimit() < t0;
 
 
bool operator<(const JPulse &hit, const double t0)
Compare Monte Carlo hit times.
 
Auxiliary class for a time-over-threshold pulse from a PMT.
 
JPulse()
Default constructor.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
int getID() const
Get identifier.
 
double getTime(const Hit &hit)
Get true time of hit.
 
Auxiliary class for object identification.
 
JPulse(const Hit &hit)
Constructor.
 
JPulse(const JPulse &first, const JPulse &second)
Constructor.