#include <RecEvent.h>
|
| void | addBC (const RecEventAux &reca) |
| | ZDC waveform.
|
| |
| void | addEnergy (uint8_t ch, float energy) |
| |
| void | addTDC (uint8_t ch, int16_t val, int16_t amp, bool isbeg=false, bool isend=false) |
| |
| void | addTDC (uint8_t ch, float val, float amp, bool isbeg=false, bool isend=false) |
| |
| void | addInfo (uint16_t info) |
| |
| void | addInfo (uint8_t ch, uint16_t code) |
| |
| uint32_t | addInfo (const RecEventAux &reca, const std::array< bool, NChannels > &vec, const uint16_t code) |
| |
| uint32_t | addInfos (const RecEventAux &reca) |
| |
| void | addWaveform (uint8_t ch, std::vector< float > &wave) |
| |
| void | print () const |
| |
| | ClassDefNV (RecEvent, 2) |
| |
Definition at line 37 of file RecEvent.h.
◆ addBC()
◆ addEnergy()
| void o2::zdc::RecEvent::addEnergy |
( |
uint8_t |
ch, |
|
|
float |
energy |
|
) |
| |
|
inline |
◆ addInfo() [1/3]
| uint32_t RecEvent::addInfo |
( |
const RecEventAux & |
reca, |
|
|
const std::array< bool, NChannels > & |
vec, |
|
|
const uint16_t |
code |
|
) |
| |
◆ addInfo() [2/3]
| void o2::zdc::RecEvent::addInfo |
( |
uint16_t |
info | ) |
|
|
inline |
◆ addInfo() [3/3]
| void o2::zdc::RecEvent::addInfo |
( |
uint8_t |
ch, |
|
|
uint16_t |
code |
|
) |
| |
|
inline |
◆ addInfos()
| uint32_t RecEvent::addInfos |
( |
const RecEventAux & |
reca | ) |
|
◆ addTDC() [1/2]
| void o2::zdc::RecEvent::addTDC |
( |
uint8_t |
ch, |
|
|
float |
val, |
|
|
float |
amp, |
|
|
bool |
isbeg = false, |
|
|
bool |
isend = false |
|
) |
| |
|
inline |
◆ addTDC() [2/2]
| void o2::zdc::RecEvent::addTDC |
( |
uint8_t |
ch, |
|
|
int16_t |
val, |
|
|
int16_t |
amp, |
|
|
bool |
isbeg = false, |
|
|
bool |
isend = false |
|
) |
| |
|
inline |
◆ addWaveform()
| void o2::zdc::RecEvent::addWaveform |
( |
uint8_t |
ch, |
|
|
std::vector< float > & |
wave |
|
) |
| |
|
inline |
◆ ClassDefNV()
| o2::zdc::RecEvent::ClassDefNV |
( |
RecEvent |
, |
|
|
2 |
|
|
) |
| |
◆ print()
| void RecEvent::print |
( |
| ) |
const |
◆ mEnergy
Interaction record and references to data.
Definition at line 39 of file RecEvent.h.
◆ mInfo
| std::vector<uint16_t> o2::zdc::RecEvent::mInfo |
◆ mRecBC
◆ mTDCData
◆ mWaveform
Event quality information.
Definition at line 42 of file RecEvent.h.
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/ZDC/src/RecEvent.cxx