This class provides an interface to deal with regions in the neighbours finding.
More...
#include <LArFCAL_region.h>
This class provides an interface to deal with regions in the neighbours finding.
Definition at line 19 of file LArFCAL_region.h.
◆ LArFCAL_region() [1/2]
LArFCAL_region::LArFCAL_region |
( |
void |
| ) |
|
◆ LArFCAL_region() [2/2]
LArFCAL_region::LArFCAL_region |
( |
unsigned int & |
minHash, |
|
|
short int & |
nbEtaBins, |
|
|
short int & |
nPhi, |
|
|
float |
minEta, |
|
|
float |
granulEta, |
|
|
float |
minPhi, |
|
|
float |
granulPhi, |
|
|
bool |
fullSym, |
|
|
short int & |
prevEtaSamp, |
|
|
short int & |
nextEtaSamp |
|
) |
| |
◆ ~LArFCAL_region()
LArFCAL_region::~LArFCAL_region |
( |
void |
| ) |
|
|
default |
◆ etaGranularity()
float LArFCAL_region::etaGranularity |
( |
| ) |
const |
◆ etaMax()
float LArFCAL_region::etaMax |
( |
| ) |
const |
◆ etaMin()
float LArFCAL_region::etaMin |
( |
| ) |
const |
◆ fullTwoPi()
bool LArFCAL_region::fullTwoPi |
( |
| ) |
const |
true if detector covers full 2pi (== wraparound option in dictionary)
Definition at line 66 of file LArFCAL_region.cxx.
◆ hashMax()
unsigned int LArFCAL_region::hashMax |
( |
| ) |
const |
◆ hashMin()
unsigned int LArFCAL_region::hashMin |
( |
| ) |
const |
◆ isEtaMax()
bool LArFCAL_region::isEtaMax |
( |
const unsigned int & |
index | ) |
const |
is the considered cell in the last eta bin of the region ?
Definition at line 108 of file LArFCAL_region.cxx.
◆ isEtaMin()
bool LArFCAL_region::isEtaMin |
( |
const unsigned int & |
index | ) |
const |
is the considered cell in the first eta bin of the region ?
Definition at line 101 of file LArFCAL_region.cxx.
◆ isPhiMax()
bool LArFCAL_region::isPhiMax |
( |
const unsigned int & |
index | ) |
const |
is the considered cell in the last phi bin of the region ?
Definition at line 122 of file LArFCAL_region.cxx.
◆ isPhiMin()
bool LArFCAL_region::isPhiMin |
( |
const unsigned int & |
index | ) |
const |
is the considered cell in the first phi bin of the region ?
Definition at line 115 of file LArFCAL_region.cxx.
◆ nextSamplingRegion()
short int LArFCAL_region::nextSamplingRegion |
( |
| ) |
const |
◆ numberOfEta()
short int LArFCAL_region::numberOfEta |
( |
| ) |
const |
◆ phiGranularity()
float LArFCAL_region::phiGranularity |
( |
| ) |
const |
◆ phiMax()
float LArFCAL_region::phiMax |
( |
| ) |
const |
◆ phiMin()
float LArFCAL_region::phiMin |
( |
| ) |
const |
◆ phiN()
short int LArFCAL_region::phiN |
( |
| ) |
const |
◆ prevSamplingRegion()
short int LArFCAL_region::prevSamplingRegion |
( |
| ) |
const |
◆ m_fullSym
bool LArFCAL_region::m_fullSym |
|
private |
◆ m_granulEta
float LArFCAL_region::m_granulEta |
|
private |
◆ m_granulPhi
float LArFCAL_region::m_granulPhi |
|
private |
◆ m_hashMin
unsigned int LArFCAL_region::m_hashMin |
|
private |
◆ m_minEta
float LArFCAL_region::m_minEta |
|
private |
◆ m_minPhi
float LArFCAL_region::m_minPhi |
|
private |
◆ m_nbEtaBins
short int LArFCAL_region::m_nbEtaBins |
|
private |
◆ m_nextSampReg
short int LArFCAL_region::m_nextSampReg |
|
private |
◆ m_nPhi
short int LArFCAL_region::m_nPhi |
|
private |
◆ m_prevSampReg
short int LArFCAL_region::m_prevSampReg |
|
private |
The documentation for this class was generated from the following files: