![]() |
ATLAS Offline Software
|
Class describing a LVL1 jet-ET "RoI". More...
#include <JetEtRoI_v1.h>
Public Member Functions | |
| JetEtRoI_v1 () | |
| Default constructor. | |
| uint32_t | roiWord () const |
| The RoI word describing the JetET thresholds passed. | |
| void | setRoIWord (uint32_t value) |
| Set the RoI word describing the JetET thresholds passed. | |
| uint32_t | thrPattern () const |
| Helper function accessing the threshold pattern in the RoI word. | |
Thresholds passed by the RoI | |
| void | addThreshold (const std::string &name) |
| Add a new threshold that was passed. | |
| void | clearThresholds () |
| Remove all the passed thresholds. | |
| const std::vector< std::string > & | thrNames () const |
| The names of the thresholds passed. | |
Class describing a LVL1 jet-ET "RoI".
This class describes the properties of the LVL1 jet-ET calculation in the xAOD format.
Definition at line 35 of file JetEtRoI_v1.h.
| xAOD::JetEtRoI_v1::JetEtRoI_v1 | ( | ) |
Default constructor.
Definition at line 14 of file JetEtRoI_v1.cxx.
| void xAOD::JetEtRoI_v1::addThreshold | ( | const std::string & | name | ) |
Add a new threshold that was passed.
| void xAOD::JetEtRoI_v1::clearThresholds | ( | ) |
Remove all the passed thresholds.
Definition at line 37 of file JetEtRoI_v1.cxx.
| uint32_t xAOD::JetEtRoI_v1::roiWord | ( | ) | const |
The RoI word describing the JetET thresholds passed.
| void xAOD::JetEtRoI_v1::setRoIWord | ( | uint32_t | value | ) |
Set the RoI word describing the JetET thresholds passed.
| const std::vector< std::string > & xAOD::JetEtRoI_v1::thrNames | ( | ) | const |
The names of the thresholds passed.
Definition at line 43 of file JetEtRoI_v1.cxx.
| uint32_t xAOD::JetEtRoI_v1::thrPattern | ( | ) | const |
Helper function accessing the threshold pattern in the RoI word.