![]() |
Project
|
#include <DigitRawEncoder.h>
Public Attributes | |
std::string | outputDir = "." |
bool | chargeSumMode = true |
OutputSplit | splitMode = OutputSplit::PerLink |
bool | userLogic = true |
int | userLogicVersion = 1 |
bool | noEmptyHBF = false |
bool | noGRP = false |
bool | dummyElecMap = false |
bool | writeHB = true |
int | rawFileWriterVerbosity = 0 |
int | rdhVersion = 6 |
Definition at line 38 of file DigitRawEncoder.h.
bool o2::mch::raw::DigitRawEncoderOptions::chargeSumMode = true |
Definition at line 40 of file DigitRawEncoder.h.
bool o2::mch::raw::DigitRawEncoderOptions::dummyElecMap = false |
Definition at line 46 of file DigitRawEncoder.h.
bool o2::mch::raw::DigitRawEncoderOptions::noEmptyHBF = false |
Definition at line 44 of file DigitRawEncoder.h.
bool o2::mch::raw::DigitRawEncoderOptions::noGRP = false |
Definition at line 45 of file DigitRawEncoder.h.
std::string o2::mch::raw::DigitRawEncoderOptions::outputDir = "." |
Definition at line 39 of file DigitRawEncoder.h.
int o2::mch::raw::DigitRawEncoderOptions::rawFileWriterVerbosity = 0 |
Definition at line 48 of file DigitRawEncoder.h.
int o2::mch::raw::DigitRawEncoderOptions::rdhVersion = 6 |
Definition at line 49 of file DigitRawEncoder.h.
OutputSplit o2::mch::raw::DigitRawEncoderOptions::splitMode = OutputSplit::PerLink |
Definition at line 41 of file DigitRawEncoder.h.
bool o2::mch::raw::DigitRawEncoderOptions::userLogic = true |
Definition at line 42 of file DigitRawEncoder.h.
int o2::mch::raw::DigitRawEncoderOptions::userLogicVersion = 1 |
Definition at line 43 of file DigitRawEncoder.h.
bool o2::mch::raw::DigitRawEncoderOptions::writeHB = true |
Definition at line 47 of file DigitRawEncoder.h.