|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1CALOFEXPERF_JGTOWERHELPER_H
6 #define TRIGT1CALOFEXPERF_JGTOWERHELPER_H
47 static bool inBox(
float eta1,
float eta2,
float deta,
float phi1,
float phi2,
float dphi);
48 bool inBox(
float eta,
float phi)
const;
std::size_t m_nextPhiIndex
std::size_t indexBehind() const
The index of the tower behind this one.
const std::vector< int > & GetSCIndices() const
std::size_t m_nextEtaIndex
std::size_t m_indexInFront
void setPreviousPhiIndex(std::size_t value)
setEt setPhi setE277 setWeta2 eta1
std::size_t nextPhiIndex() const
The index of the tower after this one in phi (SIZE_MAX if not valid)
void setIndexInFront(std::size_t value)
std::vector< int > m_scellIndices
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
std::vector< int > m_tileIndices
std::size_t m_indexBehind
bool hasPreviousPhi() const
Whether there is a previous phi tower.
void setIndexBehind(std::size_t value)
std::size_t m_prevEtaIndex
bool hasNextPhi() const
Whether there is a next phi tower.
void setNextEtaIndex(std::size_t value)
std::size_t indexInFront() const
The index of the tower in front of this one.
const std::vector< int > & GetTileIndices() const
void SetTileIndices(int tile_id)
bool isBackTower() const
Whether there is a tower behind this one.
std::size_t m_prevPhiIndex
std::size_t previousEtaIndex() const
The index of the tower before this one in eta (SIZE_MAX if not valid)
std::size_t nextEtaIndex() const
The index of the tower after this one in eta (SIZE_MAX if not valid)
void setPreviousEtaIndex(std::size_t value)
bool hasPreviousEta() const
Whether there is a previous eta tower.
void setArea(float value)
bool hasNextEta() const
Whether there is a next eta tower.
std::size_t previousPhiIndex() const
The index of the tower before this one in phi (SIZE_MAX if not valid)
void SetSCIndices(int sc_id)
void SetSampling(int sampling)
bool isFrontTower() const
Whether there is a tower in front of this one.
void setNextPhiIndex(std::size_t value)
static bool inBox(float eta1, float eta2, float deta, float phi1, float phi2, float dphi)