ATLAS Offline Software
|
A minimal version of JetElement, containing only eta, phi, ET and a JetInputKey, ie the bare information needed to execute the Jet trigger algorithm. More...
#include <JetInput.h>
Public Member Functions | |
JetInput () | |
JetInput (double phi, double eta, int energy, int key) | |
virtual | ~JetInput () |
double | eta () const |
returns eta coord More... | |
double | phi () const |
returns phi coord of tower More... | |
int | energy () const |
returns ET More... | |
unsigned int | key () |
returns TT key - that is the key the TT had when it was created. More... | |
bool | isSaturated () const |
Returns flag to indicate whether JetInput ET is saturated. More... | |
Coordinate | coord () const |
return coord of JE More... | |
Private Attributes | |
int | m_energy |
Internal data. More... | |
double | m_phi |
double | m_eta |
unsigned int | m_key |
Static Private Attributes | |
static const int | m_saturationThreshold = 1023 |
A minimal version of JetElement, containing only eta, phi, ET and a JetInputKey, ie the bare information needed to execute the Jet trigger algorithm.
JetInputs are only used as local objects within JetTrigger, i.e. not placed in StoreGate.
Definition at line 34 of file JetInput.h.
LVL1::JetInput::JetInput | ( | ) |
Definition at line 27 of file JetInput.cxx.
LVL1::JetInput::JetInput | ( | double | phi, |
double | eta, | ||
int | energy, | ||
int | key | ||
) |
|
virtual |
Definition at line 35 of file JetInput.cxx.
LVL1::Coordinate LVL1::JetInput::coord | ( | ) | const |
return coord of JE
Definition at line 75 of file JetInput.cxx.
int LVL1::JetInput::energy | ( | ) | const |
double LVL1::JetInput::eta | ( | ) | const |
bool LVL1::JetInput::isSaturated | ( | ) | const |
Returns flag to indicate whether JetInput ET is saturated.
Definition at line 72 of file JetInput.cxx.
unsigned int LVL1::JetInput::key | ( | ) |
returns TT key - that is the key the TT had when it was created.
Added for bug-testing.
Definition at line 67 of file JetInput.cxx.
double LVL1::JetInput::phi | ( | ) | const |
returns phi coord of tower
Definition at line 55 of file JetInput.cxx.
|
private |
Internal data.
Definition at line 53 of file JetInput.h.
|
private |
Definition at line 55 of file JetInput.h.
|
private |
Definition at line 56 of file JetInput.h.
|
private |
Definition at line 54 of file JetInput.h.
|
staticprivate |
Definition at line 58 of file JetInput.h.