![]() |
ATLAS Offline Software
|
#include <JEMHits.h>
Public Member Functions | |
| JEMHits () | |
| JEMHits (int crate, int module) | |
| JEMHits (int crate, int module, const std::vector< unsigned int > &JetHits, int peak) | |
| JEMHits & | operator= (JEMHits &&) noexcept=default |
| JEMHits (JEMHits &&) noexcept=default | |
| virtual | ~JEMHits () |
| void | setPeak (int peak) |
| Specify peak slice. | |
| void | addJetHits (const std::vector< unsigned int > &hits) |
| Set Jet hits. | |
| int | crate () const |
| returns crate number | |
| int | module () const |
| returns module number | |
| unsigned int | JetHits () const |
| returns jet hits for peak sample | |
| const std::vector< unsigned int > & | JetHitsVec () const |
| returns jet hits | |
| int | peak () const |
| returns peak slice number | |
| bool | forward () const |
| Central or FCAL JEM? | |
Private Attributes | |
| int | m_crate {} |
| Internal data. | |
| int | m_module {} |
| int | m_peak {} |
| std::vector< unsigned int > | m_JetHits |
Definition at line 27 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JEMHits.h.
| LVL1::JEMHits::JEMHits | ( | ) |
| LVL1::JEMHits::JEMHits | ( | int | crate, |
| int | module ) |
| LVL1::JEMHits::JEMHits | ( | int | crate, |
| int | module, | ||
| const std::vector< unsigned int > & | JetHits, | ||
| int | peak ) |
|
defaultnoexcept |
|
virtual |
Definition at line 30 of file JEMHits.cxx.
| void LVL1::JEMHits::addJetHits | ( | const std::vector< unsigned int > & | hits | ) |
Definition at line 80 of file JEMHits.cxx.
| int LVL1::JEMHits::crate | ( | ) | const |
| bool LVL1::JEMHits::forward | ( | ) | const |
Central or FCAL JEM?
Definition at line 75 of file JEMHits.cxx.
| unsigned int LVL1::JEMHits::JetHits | ( | ) | const |
returns jet hits for peak sample
Definition at line 65 of file JEMHits.cxx.
| const std::vector< unsigned int > & LVL1::JEMHits::JetHitsVec | ( | ) | const |
| int LVL1::JEMHits::module | ( | ) | const |
| int LVL1::JEMHits::peak | ( | ) | const |
| void LVL1::JEMHits::setPeak | ( | int | peak | ) |
|
private |
Internal data.
Definition at line 49 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JEMHits.h.
|
private |
Definition at line 52 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JEMHits.h.
|
private |
Definition at line 50 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JEMHits.h.
|
private |
Definition at line 51 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JEMHits.h.