Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JTRIGGER::JTrigger3N::JParameters Struct Reference

Trigger parameters. More...

#include <JTrigger3N.hh>

Public Member Functions

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

Public Attributes

bool enabled
 
int numberOfHits
 
int numberOfModules
 
double TMaxEvent_ns
 
JGEOMETRY3D::JRotator3D rotator
 
JLANG::JSharedPointer< match_typematch3D
 
JLANG::JSharedPointer< match_typematch1D
 
int factoryLimit
 

Detailed Description

Trigger parameters.

Definition at line 47 of file JTrigger3N.hh.

Constructor & Destructor Documentation

JTRIGGER::JTrigger3N::JParameters::JParameters ( const bool  option,
const int  number_of_hits,
const int  number_of_modules,
const double  Tmax_ns,
const JOmega3D omega,
const match_type match3d,
const match_type match1d,
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]
omegaset of directions
match3d3D match operator
match1d1D match operator
factory_limitmaximal number of hits to apply trigger logic (above this limit, always trigger)

Definition at line 61 of file JTrigger3N.hh.

68  :
69  enabled (option),
70  numberOfHits (number_of_hits),
71  numberOfModules(number_of_modules),
72  TMaxEvent_ns (Tmax_ns),
73  rotator (omega),
74  match3D (match3d.clone()),
75  match1D (match1d.clone()),
76  factoryLimit (factory_limit)
77  {}
JLANG::JSharedPointer< match_type > match1D
Definition: JTrigger3N.hh:86
JGEOMETRY3D::JRotator3D rotator
Definition: JTrigger3N.hh:84
JLANG::JSharedPointer< match_type > match3D
Definition: JTrigger3N.hh:85

Member Data Documentation

bool JTRIGGER::JTrigger3N::JParameters::enabled

Definition at line 80 of file JTrigger3N.hh.

int JTRIGGER::JTrigger3N::JParameters::numberOfHits

Definition at line 81 of file JTrigger3N.hh.

int JTRIGGER::JTrigger3N::JParameters::numberOfModules

Definition at line 82 of file JTrigger3N.hh.

double JTRIGGER::JTrigger3N::JParameters::TMaxEvent_ns

Definition at line 83 of file JTrigger3N.hh.

JGEOMETRY3D::JRotator3D JTRIGGER::JTrigger3N::JParameters::rotator

Definition at line 84 of file JTrigger3N.hh.

JLANG::JSharedPointer<match_type> JTRIGGER::JTrigger3N::JParameters::match3D

Definition at line 85 of file JTrigger3N.hh.

JLANG::JSharedPointer<match_type> JTRIGGER::JTrigger3N::JParameters::match1D

Definition at line 86 of file JTrigger3N.hh.

int JTRIGGER::JTrigger3N::JParameters::factoryLimit

Definition at line 87 of file JTrigger3N.hh.


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