ATLAS Offline Software
|
Struct to contain CPM tower info. More...
#include <MistimedStreamMonitorAlgorithm.h>
Public Attributes | |
const xAOD::CPMTower * | tower = nullptr |
std::vector< double > | phiScaled |
double | etaScaled = 0 |
double | phi1d = 0 |
phi for 2d maps with integer bins (taking into account granularity in eta) More... | |
Struct to contain CPM tower info.
Definition at line 71 of file MistimedStreamMonitorAlgorithm.h.
double MistimedStreamMonitorAlgorithm::MonitorCPM::etaScaled = 0 |
Definition at line 74 of file MistimedStreamMonitorAlgorithm.h.
double MistimedStreamMonitorAlgorithm::MonitorCPM::phi1d = 0 |
phi for 2d maps with integer bins (taking into account granularity in eta)
Definition at line 75 of file MistimedStreamMonitorAlgorithm.h.
std::vector<double> MistimedStreamMonitorAlgorithm::MonitorCPM::phiScaled |
Definition at line 73 of file MistimedStreamMonitorAlgorithm.h.
const xAOD::CPMTower* MistimedStreamMonitorAlgorithm::MonitorCPM::tower = nullptr |
Definition at line 72 of file MistimedStreamMonitorAlgorithm.h.