1 #ifndef __JTRIGGER__JTRIGGER3N__ 
    2 #define __JTRIGGER__JTRIGGER3N__ 
   66                   const int       number_of_hits,
 
   67                   const int       number_of_modules,
 
   72                   const int       factory_limit) :
 
  130         for (JTriggerInput::const_iterator p = input.begin(), q = p; p != input.end(); ) {
 
  146                   JTriggerInput::iterator 
root = 
buffer.begin();
 
  147                   JTriggerInput::iterator __p  = 
buffer.begin();
 
  148                   JTriggerInput::iterator __q  = 
buffer.begin();
 
  155                   for (JTriggerInput::const_iterator i = p; ++i != q; ) {
 
  156                     if (match3D(*p,*i)) {             
 
  172                         for (JTriggerInput::iterator i = 
root; i != __q; ++i) {
 
  173                           i->JPosition3D::rotate(*R);
 
  176                         JTriggerInput::iterator __z  = partition(__p, __q, 
JBind2nd(match1D,*
root));
 
Algorithms for hit clustering and sorting.
 
Base class for match operations for cluster and hit-preprocessing methods.
 
std::vector< T >::difference_type distance(typename std::vector< T >::const_iterator first, typename PhysicsEvent::const_iterator< T > second)
Specialisation of STL distance.
 
Direction set covering (part of) solid angle.
 
Function object interface for hit matching.
 
General purpose muon trigger.
 
void operator()(const JTriggerInput &input, std::back_insert_iterator< JTriggerOutput > out) const
Process trigger.
 
std::vector< value_type > buffer
 
JTrigger3N(const JParameters &input)
Constructor.
 
JLANG::JSharedPointer< match_type > JMatch_t
 
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.
 
JBinder2nd< JHit_t > JBind2nd(const JMatch< JHit_t > &match, const JHit_t &second)
Auxiliary method to create JBinder2nd object.
 
static const struct JTRIGGER::clusterize clusterize
 
static const JModuleCounter getNumberOfModules
Function object to count unique modules.
 
JParameters(const bool option, const int number_of_hits, const int number_of_modules, const double Tmax_ns, const JOmega3D &omega, const match_type &match3d, const match_type &match1d, const int factory_limit)
Constructor.
 
static const int FACTORY_LIMIT
Bit indicating max nhits reached in trigger.