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

Auxiliary data structure for L1 build parameters. More...

#include <JBuildL1.hh>

Inheritance diagram for JTRIGGER::JBuildL1Parameters:
JTRIGGER::JBuildL1< JHit > JTRIGGER::JBuildL1< JHit_t > JTRIGGER::JBuildL2< JHit > JTRIGGER::JBuildL1< JHitL1 > JTRIGGER::JBuildL1< JHitR1 > JTRIGGER::JBuildL2< JHit_t > JTRIGGER::JBuildL2< JHitL2 > JTRIGGER::JBuildL2< JHitR2 > JMONITOR::JClusterBuilder

Public Member Functions

 JBuildL1Parameters (const double Tmax_ns, const bool combine)
 Constructor. More...
 
 JBuildL1Parameters (const JTriggerParameters &parameters)
 Constructor. More...
 
 JBuildL1Parameters (const JL2Parameters &parameters)
 Constructor. More...
 

Public Attributes

double TMax_ns
 
bool combine
 

Detailed Description

Auxiliary data structure for L1 build parameters.

Definition at line 37 of file JBuildL1.hh.

Constructor & Destructor Documentation

JTRIGGER::JBuildL1Parameters::JBuildL1Parameters ( const double  Tmax_ns,
const bool  combine 
)
inline

Constructor.

Parameters
Tmax_nsmaximal time difference between consecutive hits [ns]
combinecombine multiple L1 hits within given time window

Definition at line 45 of file JBuildL1.hh.

46  :
47  TMax_ns(Tmax_ns),
49  {}
JTRIGGER::JBuildL1Parameters::JBuildL1Parameters ( const JTriggerParameters parameters)
inline

Constructor.

Parameters
parameterstrigger parameters

Definition at line 57 of file JBuildL1.hh.

57  :
58  TMax_ns(parameters.TMaxLocal_ns),
59  combine(parameters.combineL1)
60  {}
JTRIGGER::JBuildL1Parameters::JBuildL1Parameters ( const JL2Parameters parameters)
inline

Constructor.

Parameters
parametersL2 parameters

Definition at line 68 of file JBuildL1.hh.

68  :
69  TMax_ns(parameters.TMaxLocal_ns),
70  combine(true)
71  {}
double TMaxLocal_ns
maximal time difference [ns]

Member Data Documentation

double JTRIGGER::JBuildL1Parameters::TMax_ns

Definition at line 74 of file JBuildL1.hh.

bool JTRIGGER::JBuildL1Parameters::combine

Definition at line 75 of file JBuildL1.hh.


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