ATLAS Offline Software
|
Struct to contain PPM trigger tower info. More...
#include <PPMSimBSMonitorAlgorithm.h>
Public Attributes | |
const xAOD::TriggerTower * | tower {} |
double | phiScaled {} |
double | phi1d {} |
phi for 2d maps with integer bins (taking into account granularity in eta) More... | |
int | jepET {} |
phi for 1d phi distributions (taking into account granularity in eta) More... | |
double | maxADC {} |
Struct to contain PPM trigger tower info.
Definition at line 28 of file PPMSimBSMonitorAlgorithm.h.
int PPMSimBSMonitorAlgorithm::MonitorTT::jepET {} |
phi for 1d phi distributions (taking into account granularity in eta)
Definition at line 32 of file PPMSimBSMonitorAlgorithm.h.
double PPMSimBSMonitorAlgorithm::MonitorTT::maxADC {} |
Definition at line 33 of file PPMSimBSMonitorAlgorithm.h.
double PPMSimBSMonitorAlgorithm::MonitorTT::phi1d {} |
phi for 2d maps with integer bins (taking into account granularity in eta)
Definition at line 31 of file PPMSimBSMonitorAlgorithm.h.
double PPMSimBSMonitorAlgorithm::MonitorTT::phiScaled {} |
Definition at line 30 of file PPMSimBSMonitorAlgorithm.h.
const xAOD::TriggerTower* PPMSimBSMonitorAlgorithm::MonitorTT::tower {} |
Definition at line 29 of file PPMSimBSMonitorAlgorithm.h.