![]() |
ATLAS Offline Software
|
Data structure representing a single PU1 suppression input. More...
#include <PU1SuppPortsIn.h>
Public Attributes | |
| std::array< uint64_t, 4 > | m_I_PU1TobData |
| 256-bit TOB stored as four 64-bit unsigned integers | |
| uint16_t | m_rho {0} |
| Rho value as a 16-bit initialized unsigned integer. | |
Data structure representing a single PU1 suppression input.
Each object represents one event's data input into the PU1 suppression algorithm, The 256-bit TOB is stored as four 64-bit unsigned integers. The rho value is stored as a uint16_t.
Definition at line 33 of file PU1SuppPortsIn.h.
| std::array<uint64_t, 4> GlobalSim::PU1SuppPortsIn::m_I_PU1TobData |
256-bit TOB stored as four 64-bit unsigned integers
Definition at line 35 of file PU1SuppPortsIn.h.
| uint16_t GlobalSim::PU1SuppPortsIn::m_rho {0} |
Rho value as a 16-bit initialized unsigned integer.
Definition at line 38 of file PU1SuppPortsIn.h.