#include <ZdcModule_v1.h>
Public Member Functions | |
| ZdcModule_v1 () | |
| Default constructor. | |
Links to TriggerTowers | |
|
const ElementLink < TriggerTowerContainer > & | TTg0d0Link () const |
| void | setTTg0d0Link (const ElementLink< TriggerTowerContainer > &) |
|
const ElementLink < TriggerTowerContainer > & | TTg0d1Link () const |
| Gain 0, Delay 1. | |
| void | setTTg0d1Link (const ElementLink< TriggerTowerContainer > &) |
|
const ElementLink < TriggerTowerContainer > & | TTg1d0Link () const |
| Gain 1, Delay 0. | |
| void | setTTg1d0Link (const ElementLink< TriggerTowerContainer > &) |
|
const ElementLink < TriggerTowerContainer > & | TTg1d1Link () const |
| Gain 1, Delay 1. | |
| void | setTTg1d1Link (const ElementLink< TriggerTowerContainer > &) |
| uint32_t | id () const |
| void | setId (uint32_t) |
| int | side () const |
| void | setSide (int) |
| int | zdcModule () const |
| void | setZdcModule (int) |
| int | type () const |
| void | setType (int) |
| int | channel () const |
| void | setChannel (int) |
| const std::vector< float > & | waveformTime () const |
| void | setWaveformTime (const std::vector< float > &) |
| const std::vector< float > & | waveformADC () const |
| void | setWaveformADC (const std::vector< float > &) |
| const std::vector< float > & | waveformTimeG0 () const |
| void | setWaveformTimeG0 (const std::vector< float > &) |
| const std::vector< float > & | waveformADCG0 () const |
| void | setWaveformADCG0 (const std::vector< float > &) |
| const std::vector< float > & | waveformTimeG1 () const |
| void | setWaveformTimeG1 (const std::vector< float > &) |
| const std::vector< float > & | waveformADCG1 () const |
| void | setWaveformADCG1 (const std::vector< float > &) |
| float | amplitude () const |
| void | setAmplitude (float) |
| float | energy () const |
| void | setEnergy (float) |
| float | time () const |
| void | setTime (float) |
| float | qual () const |
| void | setQual (float) |
| float | amplitudeG0 () const |
| void | setAmplitudeG0 (float) |
| float | energyG0 () const |
| void | setEnergyG0 (float) |
| float | timeG0 () const |
| void | setTimeG0 (float) |
| float | qualG0 () const |
| void | setQualG0 (float) |
| float | amplitudeG1 () const |
| void | setAmplitudeG1 (float) |
| float | energyG1 () const |
| void | setEnergyG1 (float) |
| float | timeG1 () const |
| void | setTimeG1 (float) |
| float | qualG1 () const |
| void | setQualG1 (float) |
Class containing ZDC Module information
For information how to retrive, and to some level use this object, see the detailed package description.
1.6.1