ATLAS Offline Software
|
ROB request instruction description. More...
Public Types | |
enum | Type { INVALID, ADD, GET, ADDGET, COL } |
Type of instruction. More... | |
Public Member Functions | |
ROBRequestInstruction (std::string_view str) | |
Constructor from string key in the ROBAccessDict property. More... | |
const std::string | toString () const |
String form for debug print-outs. More... | |
Public Attributes | |
enum MTCalibPebHypoTool::ROBRequestInstruction::Type | type = INVALID |
bool | isRandom = false |
Flag switching requests of a random sub-sample of the ROB list. More... | |
size_t | nRandom = 0 |
Size of random request. More... | |
ROB request instruction description.
Definition at line 49 of file MTCalibPebHypoTool.h.
MTCalibPebHypoTool::ROBRequestInstruction::ROBRequestInstruction | ( | std::string_view | str | ) |
Constructor from string key in the ROBAccessDict property.
Definition at line 314 of file MTCalibPebHypoTool.cxx.
const std::string MTCalibPebHypoTool::ROBRequestInstruction::toString | ( | ) | const |
bool MTCalibPebHypoTool::ROBRequestInstruction::isRandom = false |
Flag switching requests of a random sub-sample of the ROB list.
Definition at line 57 of file MTCalibPebHypoTool.h.
size_t MTCalibPebHypoTool::ROBRequestInstruction::nRandom = 0 |
Size of random request.
Definition at line 59 of file MTCalibPebHypoTool.h.
enum MTCalibPebHypoTool::ROBRequestInstruction::Type MTCalibPebHypoTool::ROBRequestInstruction::type = INVALID |