ATLAS Offline Software
|
#include <JetEnergyRoI.h>
Public Member Functions | |
JetEnergyRoI (uint32_t) | |
JetEnergyRoI () | |
~JetEnergyRoI ()=default | |
void | update () |
uint32_t | roIWord () const |
Method returning the RoI word. More... | |
unsigned int | roIType () const |
Method returning the RoI type (jet, energy, jet-Et) More... | |
unsigned int | electronicsID () const |
Method returning electronics address. More... | |
std::vector< unsigned int > | thresholds () const |
Method returning the list of passed thresholds. More... | |
unsigned int | jetEt () const |
unsigned int | etLarge () const |
Methods returning the jet ET cluster values for Run 2 RoIs. More... | |
unsigned int | etSmall () const |
unsigned int | energyX () const |
Method returning Ex, Ey, and Esum. More... | |
unsigned int | energyY () const |
unsigned int | energySum () const |
unsigned int | etSumType () const |
Eta range for MET/SumET RoIs (0 = full, 1 = restricted) More... | |
std::vector< unsigned int > | etSumThresholds () const |
Method returning patterns for passed etsum and etmiss threhsolds. More... | |
std::vector< unsigned int > | etMissThresholds () const |
std::vector< unsigned int > | metSigThresholds () const |
unsigned int | jetRoIVersion () const |
Jet RoI version (Run 1 or Run 2) More... | |
Private Attributes | |
uint32_t | m_roIWord |
Definition at line 20 of file JetEnergyRoI.h.
ROIB::JetEnergyRoI::JetEnergyRoI | ( | uint32_t | RoIWord | ) |
Definition at line 16 of file JetEnergyRoI.cxx.
ROIB::JetEnergyRoI::JetEnergyRoI | ( | ) |
Definition at line 21 of file JetEnergyRoI.cxx.
|
default |
unsigned int ROIB::JetEnergyRoI::electronicsID | ( | ) | const |
unsigned int ROIB::JetEnergyRoI::energySum | ( | ) | const |
Definition at line 119 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::energyX | ( | ) | const |
unsigned int ROIB::JetEnergyRoI::energyY | ( | ) | const |
Definition at line 111 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::etLarge | ( | ) | const |
Methods returning the jet ET cluster values for Run 2 RoIs.
Definition at line 85 of file JetEnergyRoI.cxx.
vector< unsigned int > ROIB::JetEnergyRoI::etMissThresholds | ( | ) | const |
Definition at line 149 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::etSmall | ( | ) | const |
Definition at line 90 of file JetEnergyRoI.cxx.
vector< unsigned int > ROIB::JetEnergyRoI::etSumThresholds | ( | ) | const |
Method returning patterns for passed etsum and etmiss threhsolds.
Definition at line 137 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::etSumType | ( | ) | const |
Eta range for MET/SumET RoIs (0 = full, 1 = restricted)
Definition at line 127 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::jetEt | ( | ) | const |
Definition at line 95 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::jetRoIVersion | ( | ) | const |
vector< unsigned int > ROIB::JetEnergyRoI::metSigThresholds | ( | ) | const |
Definition at line 162 of file JetEnergyRoI.cxx.
unsigned int ROIB::JetEnergyRoI::roIType | ( | ) | const |
Method returning the RoI type (jet, energy, jet-Et)
Definition at line 45 of file JetEnergyRoI.cxx.
uint32_t ROIB::JetEnergyRoI::roIWord | ( | ) | const |
Method returning the RoI word.
Definition at line 32 of file JetEnergyRoI.cxx.
vector< unsigned int > ROIB::JetEnergyRoI::thresholds | ( | ) | const |
Method returning the list of passed thresholds.
Definition at line 73 of file JetEnergyRoI.cxx.
void ROIB::JetEnergyRoI::update | ( | ) |
This was obselete a long time ago
Definition at line 26 of file JetEnergyRoI.cxx.
|
private |
Definition at line 59 of file JetEnergyRoI.h.