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