Belle II Software development
|
Classes | |
class | CDCTriggerNeuroDQMModule |
CDC Trigger DQM Module. More... | |
class | CDCTrigger2DFitterModule |
Module for the 2D Fitter of the CDC trigger. More... | |
class | CDCTrigger3DFitterModule |
Module for the 3D Fitter of the CDC trigger. More... | |
class | CDCTriggerHoughCand |
Hough Candidates class. More... | |
class | CDCTriggerHoughETFModule |
class | CDCTrigger2DFinderModule |
class | CDCTriggerMCMatcherModule |
A module to match CDCTriggerTracks to MCParticles. More... | |
class | CDCTriggerRecoHitMatcherModule |
A module to match CDCTriggerTracks to RecoTracks. More... | |
class | CDCTriggerRecoMatcherModule |
A module to match CDCTriggerTracks to RecoTracks. More... | |
class | CDCTriggerNDFinderModule |
CDC Trigger NDFinder Module. More... | |
class | CDCTriggerNeuroDataModule |
class | CDCTriggerNeuroIDHistModule |
Description. More... | |
class | CDCTriggerNeuroModule |
The neural network module of the CDC trigger. More... | |
class | CDCTriggerETFModule |
Module for the Event Time Finder of the CDC trigger. More... | |
class | CDCTriggerTrackCombinerModule |
Module to combine the information from the various track trigger stages. More... | |
class | CDCTriggerTSFFirmwareModule |
This class is the interface between TSim/basf2 TSF module and the firmware simulation core of XSim/ISim. More... | |
class | CDCTriggerTSFModule |
Module for the Track Segment Finder of the CDC trigger. More... | |
class | TRGCDCModule |
A module to simulate the CDC trigger. More... | |
class | TRGCDCT2DDQMModule |
DQM module of TRGCDCT2D. More... | |
class | TRGCDCT3DDQMModule |
DQM module for TRGCDCT3D. More... | |
class | TRGCDCTSFDQMModule |
DQM module of TRGCDCTSF. More... | |
class | TRGCDCTSStreamModule |
A module to process CDC trigger data. More... | |
struct | SubTrigger |
enum class SubTriggerType : unsigned char {Merger, TSF, T2D, T3D, Neuro, ETF}; More... | |
class | CDCTriggerUnpackerModule |
Unpack the trigger data recorded in B2L. More... | |
struct | Merger |
unpacker for the merger reader (TSF which reads the merger output) More... | |
struct | Tracker2D |
unpacker for the 2D tracker More... | |
struct | Neuro |
unpacker for the Neuro More... | |
class | MCMatcherTRGECLModule |
Class to represent the hit of one cell. More... | |
class | TRGECLFAMModule |
A module of FAM. More... | |
class | TRGECLModule |
A module of ETM. More... | |
class | TRGECLBGTCHitModule |
class | TRGECLDQMModule |
class | TRGECLEventTimingDQMModule |
This module is for ecl trigger DQM related to L1 event timing. More... | |
class | TRGECLQAMModule |
class | TRGECLRawdataAnalysisModule |
A module of ETM. More... | |
class | TRGECLTimingCalModule |
Class ECL Trigger Timiing Calibration Module. More... | |
class | TRGECLUnpackerModule |
A module of TRG ECL Unpacker. More... | |
class | TRGGDLCosmicRunModule |
Module that returns true if the trigger condition for the 2017 cosmic runs is fulfilled. More... | |
class | TRGGDLModule |
A module to simulate the Global Decision Logic. More... | |
class | TRGEFFDQMModule |
Make summary of data quality from reconstruction. More... | |
class | TRGGDLDQMModule |
class | TRGGDLDSTModule |
class | TRGGDLSummaryModule |
class | TRGGRLMatchModule |
Match between CDC trigger track and ECL trigger cluster. More... | |
class | TRGGRLModule |
A module to simulate the Global Decision Logic. More... | |
class | TRGGRLProjectsModule |
A module to simulate the Global Decision Logic. More... | |
class | TRGGRLDQMModule |
class | GRLNeuroModule |
The module for application of the neural networks of the GRL. More... | |
class | GRLNeuroTrainerModule |
The trainer module for the neural networks of the CDC trigger. More... | |
class | klmtrg_layer_counter_t |
class | klm_trig_linear_fit_t |
class | KLMTriggerModule |
struct | track_maker_t |
struct | Linear_fit_of_Hits_t |
class | TRGTOPDQMModule |
class | TRGTOPTRD2TTSConverterModule |
TRG TOP Raw Digits to TimeStamps Converter. More... | |
class | TRGTOPUnpackerModule |
TRG TOP Unpacker. More... | |
class | TRGTOPUnpackerWaveformModule |
TRG TOP Unpacker for Timestamps. More... | |
class | TRGTOPWaveformPlotterModule |
class | TRGRAWDATAModule |
Typedefs | |
typedef std::pair< unsigned short, ROOT::Math::XYVector > | cdcPair |
Pair of <iSuperLayer, (x, y)>, for hits in conformal space. | |
typedef std::map< int, cdcPair > | cdcMap |
Map of <counter, cdcPair>, for hits with indices. | |
typedef std::pair< ROOT::Math::XYVector, ROOT::Math::XYVector > | coord2dPair |
Hough Tuples. | |
using | NodeList = std::vector< std::vector< int > > |
Node list. | |
using | MergerBus = std::array< std::bitset< mergerWidth >, nAllMergers > |
Merger data bus. | |
using | MergerBits = Bitstream< MergerBus > |
Merger data bus Bitstream. | |
Functions | |
bool | operator== (const CDCTriggerHoughCand &a, const CDCTriggerHoughCand &b) |
Two cells are identical if they have the same coordinates. | |
REG_MODULE (CDCTriggerNeuroData) | |
REG_MODULE (CDCTriggerNeuroIDHist) | |
REG_MODULE (TRGCDC) | |
register the basf2 module TRGCDC | |
REG_MODULE (TRGCDCTSStream) | |
register the basf2 TRGCDCTSStream module | |
REG_MODULE (TRGECLFAM) | |
Register module name. | |
REG_MODULE (TRGECL) | |
Register Module. | |
REG_MODULE (TRGECLBGTCHit) | |
Register module name. | |
REG_MODULE (TRGECLQAM) | |
Register module name. | |
REG_MODULE (TRGECLRawdataAnalysis) | |
Register Module. | |
REG_MODULE (TRGGDL) | |
REG_MODULE (TRGGRL) | |
Register module for TRGGRL. | |
int | countBits (uint64_t n) |
template<typename AXIS_NAME_T , typename CONTAINER_T > | |
uint64_t | to_bit_mask (const CONTAINER_T &container) |
void | bitshift (int64_t &out, int64_t &shift, int64_t in, int64_t deltashift) |
template<typename T > | |
constexpr int64_t | get_index (const T &e, int track_id=0) |
CDCTriggerNeuroDataModule () | |
Constructor, for setting module description and parameters. | |
virtual void | initialize () override |
Initialize the module. | |
virtual void | event () override |
Called once for each event. | |
virtual void | terminate () override |
Do the training for all sectors. | |
CDCTriggerNeuroIDHistModule () | |
Constructor, for setting module description and parameters. | |
virtual void | initialize () override |
Initialize the module. | |
virtual void | event () override |
Called once for each event. | |
virtual void | terminate () override |
Do the training for all sectors. | |
std::string | version (void) const |
returns version of TRGCDCModule. | |
TRGCDCModule () | |
Constructor. | |
virtual | ~TRGCDCModule () |
Destructor. | |
virtual void | initialize () override |
Initilizes TRGCDCModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
std::string | version (void) const |
returns version of TRGCDCTSStreamModule. | |
TRGCDCTSStreamModule () | |
Constructor. | |
virtual | ~TRGCDCTSStreamModule () |
Destructor. | |
virtual void | initialize () override |
Initilizes TRGCDCTSStreamModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
std::string | version (void) const |
returns version of TRGECLFAMModule. | |
TRGECLFAMModule () | |
Constructor. | |
virtual | ~TRGECLFAMModule () |
Destructor. | |
virtual void | initialize () override |
Initilizes TRGECLFAMModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
std::string | version (void) const |
returns version of TRGECLModule. | |
TRGECLModule () | |
Constructor. | |
virtual | ~TRGECLModule () |
Destructor | |
virtual void | initialize () override |
Initilizes TRGECLModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
std::string | version (void) const |
returns version of TRGECLBGTCHitModule. | |
TRGECLBGTCHitModule () | |
Constructor. | |
virtual | ~TRGECLBGTCHitModule () |
Destructor. | |
virtual void | initialize () override |
Initilizes TRGECLBGTCHitModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
void | genSimulationObj () |
Parameters. | |
void | genRandomTrgObj () |
std::string | version () const |
version | |
TRGECLQAMModule () | |
Costructor. | |
virtual | ~TRGECLQAMModule () |
Destrunctor. | |
virtual void | initialize () override |
initialize | |
virtual void | beginRun () override |
begin Run | |
virtual void | event () override |
Event. | |
virtual void | endRun () override |
End Run. | |
virtual void | terminate () override |
terminate | |
std::string | version (void) const |
returns version of TRGECLModule. | |
TRGECLRawdataAnalysisModule () | |
Constructor. | |
virtual | ~TRGECLRawdataAnalysisModule () |
Destructor | |
virtual void | initialize () override |
Initilizes TRGECLModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
std::string | version (void) const |
returns version of TRGGDLModule. | |
TRGGDLModule () | |
Constructor. | |
virtual | ~TRGGDLModule () |
Destructor. | |
virtual void | defineHisto () override |
Define Histogram. | |
virtual void | initialize () override |
Initilizes TRGGDLModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
std::string | version (void) const |
returns version of TRGGRLModule. | |
TRGGRLModule () | |
Constructor. | |
virtual | ~TRGGRLModule () |
Destructor. | |
virtual void | initialize () override |
Initilizes TRGGRLModule. | |
virtual void | beginRun () override |
Called when new run started. | |
virtual void | event () override |
Called event by event. | |
virtual void | endRun () override |
Called when run ended. | |
virtual void | terminate () override |
Called when processing ended. | |
void | clear_layersUsed () |
void | add_layersUsed (int layersUsed) |
void | set_NLayerTrigger (int NlayerTrigger) |
void | run (const KLM_TRG_definitions::KLM_Digit_compact_ts &hits) |
int | get_n_sections_trig (int subdetector) |
int | get_triggermask (int subdetector, int section) |
int | get_BKLM_back_to_back_flag (int subdetector) |
void | clear_geometry () |
void | add_geometry (const KLM_TRG_definitions::KLM_geo_fit_t &geometry) |
void | run (const KLM_TRG_definitions::KLM_Digit_compact_ts &hits) |
const KLM_TRG_definitions::KLM_trig_linear_fits & | get_result () const |
int | get_triggermask (int subdetector, int section) |
int | get_triggermask_or (int subdetector, int section) |
void | set_y_cutoff (int cutoff) |
void | set_intercept_cutoff (int cutoff) |
Variables | |
static constexpr int | mergerWidth = 256 |
Merger data width. | |
static constexpr int | nAllMergers = 146 |
Number of Mergers. | |
static constexpr int | wordWidth = 32 |
width of a single word in the raw int buffer | |
static constexpr int | nFinesse = 48 |
Number of FINESSE in a PCIe40. | |
constexpr Linear_fit_of_Hits_t | Linear_fit_of_Hits |
static const int | intNaN = std::numeric_limits<int>::quiet_NaN() |
static TRGGDL * | _gdl = 0 |
A pointer to a TRGGDL;. | |
static TRGGRL * | _grl = 0 |
A pointer to a TRGGRL;. | |
Map of <counter, cdcPair>, for hits with indices.
Definition at line 37 of file CDCTriggerHoughETFModule.h.
typedef std::pair< unsigned short, ROOT::Math::XYVector > cdcPair |
Pair of <iSuperLayer, (x, y)>, for hits in conformal space.
Definition at line 35 of file CDCTriggerHoughETFModule.h.
typedef std::pair< ROOT::Math::XYVector, ROOT::Math::XYVector > coord2dPair |
Hough Tuples.
Definition at line 39 of file CDCTriggerHoughETFModule.h.
using MergerBits = Bitstream<MergerBus> |
Definition at line 55 of file CDCTriggerUnpackerModule.h.
using MergerBus = std::array<std::bitset<mergerWidth>, nAllMergers> |
Merger data bus.
Definition at line 53 of file CDCTriggerUnpackerModule.h.
using NodeList = std::vector<std::vector<int> > |
Node list.
Definition at line 42 of file CDCTriggerUnpackerModule.h.
void add_geometry | ( | const KLM_TRG_definitions::KLM_geo_fit_t & | geometry | ) |
Definition at line 154 of file klm_trig_linear_fit.cc.
void add_layersUsed | ( | int | layersUsed | ) |
Definition at line 44 of file KLM_Trig.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 353 of file TRGCDCModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 102 of file TRGCDCTSStreamModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 131 of file TRGECLFAMModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 255 of file TRGECLModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 103 of file TRGECLBGTCHitModule.cc.
|
overridevirtual |
begin Run
Reimplemented from Module.
Definition at line 132 of file TRGECLQAMModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 97 of file TRGECLRawdataAnalysisModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from HistoModule.
Definition at line 147 of file TRGGDLModule.cc.
|
overridevirtual |
Called when new run started.
Reimplemented from Module.
Definition at line 86 of file TRGGRLModule.cc.
void bitshift | ( | int64_t & | out, |
int64_t & | shift, | ||
int64_t | in, | ||
int64_t | deltashift | ||
) |
Definition at line 31 of file klm_trig_linear_fit.cc.
Constructor, for setting module description and parameters.
Definition at line 42 of file CDCTriggerNeuroDataModule.cc.
Constructor, for setting module description and parameters.
Definition at line 38 of file CDCTriggerNeuroIDHistModule.cc.
void clear_geometry | ( | ) |
Definition at line 148 of file klm_trig_linear_fit.cc.
void clear_layersUsed | ( | ) |
Definition at line 39 of file KLM_Trig.cc.
|
inline |
Definition at line 21 of file bit_operations.h.
|
overridevirtual |
Define Histogram.
Reimplemented from HistoModule.
Definition at line 109 of file TRGGDLModule.cc.
|
overridevirtual |
|
overridevirtual |
Called when run ended.
Reimplemented from Module.
Definition at line 203 of file TRGCDCTSStreamModule.cc.
|
overridevirtual |
Called when run ended.
Reimplemented from Module.
Definition at line 233 of file TRGECLFAMModule.cc.
|
overridevirtual |
Called when run ended.
Reimplemented from Module.
Definition at line 428 of file TRGECLModule.cc.
|
overridevirtual |
Called when run ended.
Reimplemented from Module.
Definition at line 125 of file TRGECLBGTCHitModule.cc.
|
overridevirtual |
End Run.
Reimplemented from Module.
Definition at line 201 of file TRGECLQAMModule.cc.
|
overridevirtual |
Called when run ended.
Reimplemented from Module.
Definition at line 184 of file TRGECLRawdataAnalysisModule.cc.
|
overridevirtual |
Called when run ended.
Reimplemented from HistoModule.
Definition at line 212 of file TRGGDLModule.cc.
|
overridevirtual |
Called when run ended.
Reimplemented from Module.
Definition at line 120 of file TRGGRLModule.cc.
|
overridevirtual |
Called once for each event.
Prepare input and target for each track and store it.
Reimplemented from Module.
Definition at line 134 of file CDCTriggerNeuroDataModule.cc.
|
overridevirtual |
Called once for each event.
Prepare input and target for each track and store it.
Reimplemented from Module.
Definition at line 126 of file CDCTriggerNeuroIDHistModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from Module.
Definition at line 360 of file TRGCDCModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from Module.
Definition at line 135 of file TRGCDCTSStreamModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from Module.
Definition at line 149 of file TRGECLFAMModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from Module.
Definition at line 363 of file TRGECLModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from Module.
Definition at line 111 of file TRGECLBGTCHitModule.cc.
|
overridevirtual |
Event.
Reimplemented from Module.
Definition at line 142 of file TRGECLQAMModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from Module.
Definition at line 110 of file TRGECLRawdataAnalysisModule.cc.
|
overridevirtual |
Called event by event.
Reimplemented from HistoModule.
Definition at line 185 of file TRGGDLModule.cc.
|
overridevirtual |
|
private |
Definition at line 181 of file TRGECLBGTCHitModule.cc.
|
private |
Parameters.
Definition at line 141 of file TRGECLBGTCHitModule.cc.
int get_BKLM_back_to_back_flag | ( | int | subdetector | ) |
Definition at line 157 of file KLM_Trig.cc.
|
constexpr |
Definition at line 43 of file klm_trig_linear_fit.cc.
int get_n_sections_trig | ( | int | subdetector | ) |
Definition at line 137 of file KLM_Trig.cc.
const KLM_trig_linear_fits & get_result | ( | ) | const |
Definition at line 275 of file klm_trig_linear_fit.cc.
int get_triggermask | ( | int | subdetector, |
int | section | ||
) |
Definition at line 147 of file KLM_Trig.cc.
int get_triggermask | ( | int | subdetector, |
int | section | ||
) |
Definition at line 282 of file klm_trig_linear_fit.cc.
int get_triggermask_or | ( | int | subdetector, |
int | section | ||
) |
Definition at line 292 of file klm_trig_linear_fit.cc.
|
overridevirtual |
Initialize the module.
Initialize the networks and register datastore objects.
Reimplemented from Module.
Definition at line 83 of file CDCTriggerNeuroDataModule.cc.
|
overridevirtual |
Initialize the module.
Initialize the networks and register datastore objects.
First Initialize the neurotrigger object, which is needed because of the original structure of the training procedure in the old module. Second, the dataset for the idhist data will be initialized and set up.
Reimplemented from Module.
Definition at line 70 of file CDCTriggerNeuroIDHistModule.cc.
|
overridevirtual |
Initilizes TRGCDCModule.
Reimplemented from Module.
Definition at line 257 of file TRGCDCModule.cc.
|
overridevirtual |
Initilizes TRGCDCTSStreamModule.
Reimplemented from Module.
Definition at line 81 of file TRGCDCTSStreamModule.cc.
|
overridevirtual |
Initilizes TRGECLFAMModule.
Reimplemented from Module.
Definition at line 101 of file TRGECLFAMModule.cc.
|
overridevirtual |
Initilizes TRGECLModule.
Reimplemented from Module.
Definition at line 228 of file TRGECLModule.cc.
|
overridevirtual |
Initilizes TRGECLBGTCHitModule.
Reimplemented from Module.
Definition at line 84 of file TRGECLBGTCHitModule.cc.
|
overridevirtual |
initialize
Reimplemented from Module.
Definition at line 114 of file TRGECLQAMModule.cc.
|
overridevirtual |
Initilizes TRGECLModule.
Reimplemented from Module.
Definition at line 70 of file TRGECLRawdataAnalysisModule.cc.
|
overridevirtual |
Initilizes TRGGDLModule.
Reimplemented from HistoModule.
Definition at line 126 of file TRGGDLModule.cc.
|
overridevirtual |
Initilizes TRGGRLModule.
Reimplemented from Module.
Definition at line 77 of file TRGGRLModule.cc.
|
inline |
Two cells are identical if they have the same coordinates.
Definition at line 77 of file CDCTriggerHoughETFModule.h.
void run | ( | const KLM_TRG_definitions::KLM_Digit_compact_ts & | hits | ) |
Definition at line 54 of file KLM_Trig.cc.
void run | ( | const KLM_TRG_definitions::KLM_Digit_compact_ts & | hits | ) |
Definition at line 167 of file klm_trig_linear_fit.cc.
void set_intercept_cutoff | ( | int | cutoff | ) |
Definition at line 307 of file klm_trig_linear_fit.cc.
void set_NLayerTrigger | ( | int | NlayerTrigger | ) |
Definition at line 49 of file KLM_Trig.cc.
void set_y_cutoff | ( | int | cutoff | ) |
Definition at line 302 of file klm_trig_linear_fit.cc.
|
overridevirtual |
Do the training for all sectors.
Reimplemented from Module.
Definition at line 287 of file CDCTriggerNeuroDataModule.cc.
|
overridevirtual |
Do the training for all sectors.
Reimplemented from Module.
Definition at line 213 of file CDCTriggerNeuroIDHistModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 398 of file TRGCDCModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 217 of file TRGCDCTSStreamModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 241 of file TRGECLFAMModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 438 of file TRGECLModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 133 of file TRGECLBGTCHitModule.cc.
|
overridevirtual |
terminate
Reimplemented from Module.
Definition at line 410 of file TRGECLQAMModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 194 of file TRGECLRawdataAnalysisModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from HistoModule.
Definition at line 218 of file TRGGDLModule.cc.
|
overridevirtual |
Called when processing ended.
Reimplemented from Module.
Definition at line 127 of file TRGGRLModule.cc.
uint64_t to_bit_mask | ( | const CONTAINER_T & | container | ) |
Definition at line 30 of file bit_operations.h.
TRGCDCModule | ( | ) |
Constructor.
Definition at line 47 of file TRGCDCModule.cc.
Constructor.
Definition at line 42 of file TRGCDCTSStreamModule.cc.
Constructor.
Definition at line 41 of file TRGECLBGTCHitModule.cc.
TRGECLFAMModule | ( | ) |
Constructor.
Definition at line 45 of file TRGECLFAMModule.cc.
TRGECLModule | ( | ) |
Constructor.
Definition at line 44 of file TRGECLModule.cc.
TRGECLQAMModule | ( | ) |
Costructor.
Definition at line 56 of file TRGECLQAMModule.cc.
Constructor.
Definition at line 37 of file TRGECLRawdataAnalysisModule.cc.
TRGGDLModule | ( | ) |
Constructor.
Definition at line 37 of file TRGGDLModule.cc.
TRGGRLModule | ( | ) |
Constructor.
Definition at line 36 of file TRGGRLModule.cc.
string version | ( | void | ) | const |
version
Definition at line 49 of file TRGECLQAMModule.cc.
string version | ( | void | ) | const |
returns version of TRGCDCModule.
Definition at line 42 of file TRGCDCModule.cc.
string version | ( | void | ) | const |
returns version of TRGCDCTSStreamModule.
Definition at line 37 of file TRGCDCTSStreamModule.cc.
string version | ( | void | ) | const |
returns version of TRGECLFAMModule.
Definition at line 38 of file TRGECLFAMModule.cc.
string version | ( | void | ) | const |
returns version of TRGECLModule.
Definition at line 37 of file TRGECLModule.cc.
string version | ( | void | ) | const |
returns version of TRGECLBGTCHitModule.
Definition at line 34 of file TRGECLBGTCHitModule.cc.
string version | ( | void | ) | const |
returns version of TRGECLModule.
Definition at line 30 of file TRGECLRawdataAnalysisModule.cc.
string version | ( | void | ) | const |
returns version of TRGGDLModule.
Definition at line 32 of file TRGGDLModule.cc.
string version | ( | void | ) | const |
returns version of TRGGRLModule.
Definition at line 31 of file TRGGRLModule.cc.
|
virtual |
Destructor.
Definition at line 247 of file TRGCDCModule.cc.
|
virtual |
Destructor.
Definition at line 70 of file TRGCDCTSStreamModule.cc.
|
virtual |
Destructor.
Definition at line 76 of file TRGECLBGTCHitModule.cc.
|
virtual |
Destructor.
Definition at line 91 of file TRGECLFAMModule.cc.
|
virtual |
Destructor
Definition at line 217 of file TRGECLModule.cc.
|
virtual |
Destrunctor.
Definition at line 105 of file TRGECLQAMModule.cc.
|
virtual |
Destructor
Definition at line 58 of file TRGECLRawdataAnalysisModule.cc.
|
virtual |
Destructor.
Definition at line 100 of file TRGGDLModule.cc.
|
virtual |
Destructor.
Definition at line 68 of file TRGGRLModule.cc.
|
staticprivate |
A pointer to a TRGGDL;.
Definition at line 113 of file TRGGDLModule.h.
|
staticprivate |
A pointer to a TRGGRL;.
Definition at line 79 of file TRGGRLModule.h.
|
static |
Definition at line 53 of file trgrawdataModule.h.
|
constexpr |
Definition at line 140 of file klm_trig_linear_fit.cc.
|
staticconstexpr |
Merger data width.
Definition at line 45 of file CDCTriggerUnpackerModule.h.
|
staticconstexpr |
Number of Mergers.
Definition at line 47 of file CDCTriggerUnpackerModule.h.
|
staticconstexpr |
Number of FINESSE in a PCIe40.
Definition at line 51 of file CDCTriggerUnpackerModule.h.
|
staticconstexpr |
width of a single word in the raw int buffer
Definition at line 49 of file CDCTriggerUnpackerModule.h.