Jpp  17.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
JTriggerNB(const JTriggerNB_t::JParameters &input)
Constructor.
Definition: JTriggerNB.hh:26
Nano-beacon trigger.
Definition: JTriggerNB.hh:19