![]() |
ATLAS Offline Software
|
Output data structure for PU1 suppression. More...
#include <PU1SuppPortsOut.h>
Public Attributes | |
| std::vector< std::string > | m_outputTobs |
| List of TOBs that passed suppression, in 64-character hex string format. | |
| unsigned int | m_outputMultiplicity {0} |
| Optional: Number of TOBs that passed suppression. | |
Output data structure for PU1 suppression.
This struct holds the result of the PU1 suppression algorithm, which includes:
Definition at line 28 of file PU1SuppPortsOut.h.
| unsigned int GlobalSim::PU1SuppPortsOut::m_outputMultiplicity {0} |
Optional: Number of TOBs that passed suppression.
Definition at line 33 of file PU1SuppPortsOut.h.
| std::vector<std::string> GlobalSim::PU1SuppPortsOut::m_outputTobs |
List of TOBs that passed suppression, in 64-character hex string format.
Definition at line 30 of file PU1SuppPortsOut.h.