Jpp  master_rocky-43-ge265d140c
the software that should make you happy
JTriggerNB.hh
Go to the documentation of this file.
1 #ifndef __JTRIGGER__JTRIGGERNB__
2 #define __JTRIGGER__JTRIGGERNB__
3 
4 #include "JTrigger/JTimeslice.hh"
7 /**
8  * \author rgruiz
9  */
10 
11 namespace JTRIGGER {}
12 namespace JPP { using namespace JTRIGGER; }
13 
14 namespace JTRIGGER {
15 
16  /**
17  * Nano-beacon trigger.
18  */
19  class JTriggerNB :
20  public JTriggerInterface
21  {
22  public:
23  /**
24  * Constructor.
25  */
27  {}
28 
29  };
30 }
31 
32 #endif
Nano-beacon trigger.
Definition: JTriggerNB.hh:21
JTriggerNB(const JTriggerNB_t::JParameters &input)
Constructor.
Definition: JTriggerNB.hh:26
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.