Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
JTRIGGER::JTrigger3D::JParameters Struct Reference

Trigger parameters. More...

#include <JTrigger3D.hh>

Public Types

typedef JLANG::JSharedPointer
< match_type
JMatch_t
 

Public Member Functions

 JParameters (const bool option, const int number_of_hits, const int number_of_modules, const double Tmax_ns, const match_type &match3d, const int factory_limit)
 Constructor. More...
 

Public Attributes

bool enabled
 
int numberOfHits
 
int numberOfModules
 
double TMaxEvent_ns
 
JMatch_t match3D
 
int factoryLimit
 

Detailed Description

Trigger parameters.

Definition at line 37 of file JTrigger3D.hh.

Member Typedef Documentation

Definition at line 39 of file JTrigger3D.hh.

Constructor & Destructor Documentation

JTRIGGER::JTrigger3D::JParameters::JParameters ( const bool  option,
const int  number_of_hits,
const int  number_of_modules,
const double  Tmax_ns,
const match_type match3d,
const int  factory_limit 
)
inline

Constructor.

Parameters
optionenable/disable trigger
number_of_hitsminimal number of hits to trigger event
number_of_modulesminimal number of modules to trigger event
Tmax_nsmaximal time between first and last hit [ns]
match3d3D match operator
factory_limitmaximal number of hits to apply trigger logic (above this limit, always trigger)

Definition at line 51 of file JTrigger3D.hh.

56  :
57  enabled (option),
58  numberOfHits (number_of_hits),
59  numberOfModules(number_of_modules),
60  TMaxEvent_ns (Tmax_ns),
61  match3D (match3d.clone()),
62  factoryLimit (factory_limit)
63  {}

Member Data Documentation

bool JTRIGGER::JTrigger3D::JParameters::enabled

Definition at line 66 of file JTrigger3D.hh.

int JTRIGGER::JTrigger3D::JParameters::numberOfHits

Definition at line 67 of file JTrigger3D.hh.

int JTRIGGER::JTrigger3D::JParameters::numberOfModules

Definition at line 68 of file JTrigger3D.hh.

double JTRIGGER::JTrigger3D::JParameters::TMaxEvent_ns

Definition at line 69 of file JTrigger3D.hh.

JMatch_t JTRIGGER::JTrigger3D::JParameters::match3D

Definition at line 70 of file JTrigger3D.hh.

int JTRIGGER::JTrigger3D::JParameters::factoryLimit

Definition at line 71 of file JTrigger3D.hh.


The documentation for this struct was generated from the following file: