ATLAS Offline Software
Loading...
Searching...
No Matches
GlobalSim::PU1SuppPortsOut Struct Reference

Output data structure for PU1 suppression. More...

#include <PU1SuppPortsOut.h>

Collaboration diagram for GlobalSim::PU1SuppPortsOut:

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.

Detailed Description

Output data structure for PU1 suppression.

This struct holds the result of the PU1 suppression algorithm, which includes:

  • A list of TOBs (as hex strings) that passed the suppression cut.
  • A multiplicity counter (optional usage) for the number of accepted TOBs.

Definition at line 28 of file PU1SuppPortsOut.h.

Member Data Documentation

◆ m_outputMultiplicity

unsigned int GlobalSim::PU1SuppPortsOut::m_outputMultiplicity {0}

Optional: Number of TOBs that passed suppression.

Definition at line 33 of file PU1SuppPortsOut.h.

33{0};

◆ m_outputTobs

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.


The documentation for this struct was generated from the following file: