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

Data structure representing a single PU1 suppression input. More...

#include <PU1SuppPortsIn.h>

Collaboration diagram for GlobalSim::PU1SuppPortsIn:

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.

Detailed Description

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.

Member Data Documentation

◆ m_I_PU1TobData

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.

◆ m_rho

uint16_t GlobalSim::PU1SuppPortsIn::m_rho {0}

Rho value as a 16-bit initialized unsigned integer.

Definition at line 38 of file PU1SuppPortsIn.h.

38{0};

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