1#ifndef __JTRIGGER__JTRIGGERINPUT__ 
    2#define __JTRIGGER__JTRIGGERINPUT__ 
   43    template<
class JHit_t>
 
   61        const JDAQModuleIdentifier& id  = frame->getModuleID();
 
   62        const JPosition3D&          pos = frame->getPosition();
 
   64        for (typename JFrame<JHit_t>::const_iterator i = frame->begin(); i != frame->end(); ++i, ++out) {
 
   65          *out = JHitR1(id, pos, getJHit(*i));
 
   71      std::sort(this->begin(), this->end(), getToolkit());
 
 
 
Reduced data structure for L1 hit.
 
Data structure for position in three dimensions.
 
Reduced data structure for L1 hit.
 
Time slice with calibrated data.
 
std::vector< value_type >::const_iterator const_iterator
 
const JDAQChronometer & getDAQChronometer() const
Get DAQ chronometer.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary classes and methods for triggering.