|
ATLAS Offline Software
|
Go to the documentation of this file.
26 float minEta,
float granulEta,
float minPhi,
float granulPhi,
bool fullSym,
27 short int& prevEtaReg,
short int& nextEtaReg,
28 std::vector<short int>& prevSampReg, std::vector<short int>& nextSampReg)
29 : m_hashMin (minHash),
30 m_nbEtaBins (nbEtaBins),
33 m_granulEta (granulEta),
35 m_granulPhi (granulPhi),
37 m_prevEtaReg (prevEtaReg),
38 m_nextEtaReg (nextEtaReg),
39 m_prevSampReg(prevSampReg),
40 m_nextSampReg(nextSampReg)
bool isPhiMax(const unsigned int &index) const
is the considered cell in the last phi bin of the region ?
unsigned int hashMin() const
hash Id of the first cell of the region
std::vector< short int > m_prevSampReg
float etaMax() const
end eta
const std::vector< short int > & nextSamplingRegion() const
region number of the next region in sampling
float phiMax() const
end phi
bool isPhiMin(const unsigned int &index) const
is the considered cell in the first phi bin of the region ?
bool isEtaMax(const unsigned int &index) const
is the considered cell in the last eta bin of the region ?
constexpr int nPhi
Default bin number of phi for vertex map.
float etaMin() const
starting eta
float phiGranularity() const
phi granularity
std::vector< short int > m_nextSampReg
bool isEtaMin(const unsigned int &index) const
is the considered cell in the first eta bin of the region ?
const std::vector< short int > & prevSamplingRegion() const
region number of the prev region in sampling
float phiMin() const
starting phi
float etaGranularity() const
eta granularity
short int phiN() const
number of phi bins
short int nextEtaRegion() const
region number of the next region in eta
unsigned int hashMax() const
hash Id of the last cell of the region +1
short int numberOfEta() const
number of eta bins in the whole region
bool fullTwoPi() const
true if detector covers full 2pi (== wraparound option in dictionary)
short int prevEtaRegion() const
region number of the previous region in eta