| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
Trigger parameters. More...
#include <JTrigger3DShower_t.hh>
Public Member Functions | |
| JParameters () | |
| Default constructor.   | |
| JParameters (const bool enabled, const int numberOfHits, const int numberOfModules, const double DMax_m, const double TMaxExtra_ns, const int factoryLimit) | |
| Constructor.   | |
| virtual | ~JParameters () | 
| Virtual destructor.   | |
| void | reset () | 
| Reset trigger parameters.   | |
| bool | equals (const JParameters ¶meters) const | 
| Equality.   | |
| ClassDef (JParameters, 3) | |
Public Attributes | |
| bool | enabled | 
| enabled status of trigger   | |
| int | numberOfHits | 
| minimal number of hits to trigger event   | |
| int | numberOfModules | 
| minimal number of modules to trigger event   | |
| double | DMax_m | 
| maximal distance between PMTs [m]   | |
| double | TMaxExtra_ns | 
| maximal extra time [ns]   | |
| int | factoryLimit | 
| maximal number of hits to apply trigger logic (above this limit, always trigger   | |
Trigger parameters.
Definition at line 24 of file JTrigger3DShower_t.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 30 of file JTrigger3DShower_t.hh.
      
  | 
  inline | 
Constructor.
| enabled | enabled status of trigger | 
| numberOfHits | minimal number of hits to trigger event | 
| numberOfModules | minimal number of modules to trigger event | 
| DMax_m | maximal distance between PMTs [m] | 
| TMaxExtra_ns | maximal extra time [ns] | 
| factoryLimit | maximal number of hits to apply trigger logic (above this limit, always trigger) | 
Definition at line 46 of file JTrigger3DShower_t.hh.
      
  | 
  inlinevirtual | 
      
  | 
  inline | 
Reset trigger parameters.
Definition at line 71 of file JTrigger3DShower_t.hh.
      
  | 
  inline | 
Equality.
| parameters | trigger parameters | 
Definition at line 88 of file JTrigger3DShower_t.hh.
| JTRIGGER::JTrigger3DShower_t::JParameters::ClassDef | ( | JParameters | , | 
| 3 | ) | 
| bool JTRIGGER::JTrigger3DShower_t::JParameters::enabled | 
enabled status of trigger
Definition at line 102 of file JTrigger3DShower_t.hh.
| int JTRIGGER::JTrigger3DShower_t::JParameters::numberOfHits | 
minimal number of hits to trigger event
Definition at line 103 of file JTrigger3DShower_t.hh.
| int JTRIGGER::JTrigger3DShower_t::JParameters::numberOfModules | 
minimal number of modules to trigger event
Definition at line 104 of file JTrigger3DShower_t.hh.
| double JTRIGGER::JTrigger3DShower_t::JParameters::DMax_m | 
maximal distance between PMTs [m]
Definition at line 105 of file JTrigger3DShower_t.hh.
| double JTRIGGER::JTrigger3DShower_t::JParameters::TMaxExtra_ns | 
maximal extra time [ns]
Definition at line 106 of file JTrigger3DShower_t.hh.
| int JTRIGGER::JTrigger3DShower_t::JParameters::factoryLimit | 
maximal number of hits to apply trigger logic (above this limit, always trigger
Definition at line 107 of file JTrigger3DShower_t.hh.