a class for TRGGRL
More...
#include <TRGGRL.h>
|
std::string | name (void) const |
| matching function
|
|
std::string | version (void) const |
| returns version.
|
|
std::string | configFile (void) const |
| returns configuration file name.
|
|
unsigned | mode (void) const |
| returns simulation mode.
|
|
unsigned | mode (unsigned) |
| sets and returns simulation mode.
|
|
unsigned | firmwareSimulationMode (void) const |
| returns firmware simulation mode.
|
|
void | dump (const std::string &message) const |
| dumps debug information.
|
|
int | debugLevel (void) const |
| returns debug level.
|
|
int | debugLevel (int) const |
| sets and returns debug level.
|
|
void | clear (void) |
| clears all TRGGRL information.
|
|
void | fastClear (void) |
| clears TRGGRL information.
|
|
void | update (bool mcAnalysis=true) |
| updates TRGGRL information.
|
|
const TRGClock & | systemClock (void) const |
| returns the system clock.
|
|
|
int | _debugLevel |
| Debug level.
|
|
std::string | _configFilename |
| root file name.
|
|
unsigned | _simulationMode |
| Simulation mode.
|
|
unsigned | _fastSimulationMode |
| Fast simulation mode.
|
|
unsigned | _firmwareSimulationMode |
| Firmware simulation mode.
|
|
const TRGClock & | _clock |
| GRL trigger system clock.
|
|
TFile * | m_file |
| root file
|
|
TTree * | h1 |
| root tree
|
|
double | x0 |
| Temporary variables to make tree in root files.
|
|
double | x1 |
| Temporary variables to make tree in root files.
|
|
double | x2 |
| Temporary variables to make tree in root files.
|
|
double | x3 |
| Temporary variables to make tree in root files.
|
|
double | x4 |
| Temporary variables to make tree in root files.
|
|
double | x5 |
| Temporary variables to make tree in root files.
|
|
double | x6 |
| Temporary variables to make tree in root files.
|
|
double | x7 |
| Temporary variables to make tree in root files.
|
|
double | x8 |
| Temporary variables to make tree in root files.
|
|
double | x9 |
| Temporary variables to make tree in root files.
|
|
std::vector< TRGGRLMatch * > | matchList |
| Vector which stores list of TRGGRLMatch without 3D information.
|
|
std::vector< TRGGRLMatch * > | matchList3D |
| Vector which stores list of TRGGRLMatch with 3D information.
|
|
a class for TRGGRL
Definition at line 43 of file TRGGRL.h.
◆ TRGGRLModule
◆ _clock
GRL trigger system clock.
Definition at line 159 of file TRGGRL.h.
◆ _configFilename
std::string _configFilename |
|
private |
root file name.
Definition at line 147 of file TRGGRL.h.
◆ _debugLevel
◆ _fastSimulationMode
unsigned _fastSimulationMode |
|
private |
Fast simulation mode.
Definition at line 153 of file TRGGRL.h.
◆ _firmwareSimulationMode
unsigned _firmwareSimulationMode |
|
private |
Firmware simulation mode.
Definition at line 156 of file TRGGRL.h.
◆ _simulationMode
Simulation mode.
Definition at line 150 of file TRGGRL.h.
◆ h1
◆ m_file
◆ matchList
◆ matchList3D
◆ x0
Temporary variables to make tree in root files.
Definition at line 168 of file TRGGRL.h.
◆ x1
Temporary variables to make tree in root files.
Definition at line 170 of file TRGGRL.h.
◆ x2
Temporary variables to make tree in root files.
Definition at line 172 of file TRGGRL.h.
◆ x3
Temporary variables to make tree in root files.
Definition at line 174 of file TRGGRL.h.
◆ x4
Temporary variables to make tree in root files.
Definition at line 176 of file TRGGRL.h.
◆ x5
Temporary variables to make tree in root files.
Definition at line 178 of file TRGGRL.h.
◆ x6
Temporary variables to make tree in root files.
Definition at line 180 of file TRGGRL.h.
◆ x7
Temporary variables to make tree in root files.
Definition at line 182 of file TRGGRL.h.
◆ x8
Temporary variables to make tree in root files.
Definition at line 184 of file TRGGRL.h.
◆ x9
Temporary variables to make tree in root files.
Definition at line 186 of file TRGGRL.h.
The documentation for this class was generated from the following files: