ATLAS Offline Software
|
#include <RingSetConf_v1.h>
Public Attributes | |
unsigned | nRings |
Ringset number of Rings. More... | |
std::vector< CaloSampling::CaloSample > | layers |
Ringset layers. More... | |
float | etaWidth |
Ring Width in eta. More... | |
float | phiWidth |
Ring Width in phi. More... | |
float | cellMaxDEtaDist |
Maximum distance cell in eta to seed. More... | |
float | cellMaxDPhiDist |
Maximum distance cell in phi to seed. More... | |
Ringer::CalJointLayer | calJointLayer |
The Calorimeter Joint Layer of this RingSet (see CaloRingsDefs.h) More... | |
Ringer::CalJointSection | calJointSection |
The Calorimeter Joint Section (see CaloRingsDefs.h) More... | |
bool | doEtaAxesDivision |
Hold the option of eta axes division. More... | |
bool | doPhiAxesDivision |
Hold the option of phi axes division. More... | |
unsigned | layerStartIdx |
Hold the start of this layer on a non-segmented representation: More... | |
unsigned | layerEndIdx |
Hold the end of this layer on a non-segmented representation: More... | |
unsigned | sectionStartIdx |
Hold the start of this section on a non-segmented representation: More... | |
unsigned | sectionEndIdx |
Hold the end of this section on a non-segmented representation: More... | |
Definition at line 49 of file RingSetConf_v1.h.
|
inline |
xAOD::RingSetConf_v1::RawConf::RawConf | ( | const unsigned | nRings, |
const std::vector< CaloSampling::CaloSample > & | layers, | ||
const float | etaWidth, | ||
const float | phiWidth, | ||
const float | cellMaxDEtaDist, | ||
const float | cellMaxDPhiDist, | ||
const Ringer::CalJointLayer | calJointLayer, | ||
const Ringer::CalJointSection | calJointSection, | ||
const bool | doEtaAxesDivision = false , |
||
const bool | doPhiAxesDivision = false |
||
) |
Build referencing core variables.
This constructor may be used in conjuction to CaloRingsConf_v1::addRawConfColBounderies to obtain a complete RawConf struct.
Definition at line 450 of file RingSetConf_v1.cxx.
xAOD::RingSetConf_v1::RawConf::RawConf | ( | const unsigned | nRings, |
const std::vector< CaloSampling::CaloSample > & | layers, | ||
const float | etaWidth, | ||
const float | phiWidth, | ||
const float | cellMaxDEtaDist, | ||
const float | cellMaxDPhiDist, | ||
const Ringer::CalJointLayer | calJointLayer, | ||
const Ringer::CalJointSection | calJointSection, | ||
const bool | doEtaAxesDivision, | ||
const bool | doPhiAxesDivision, | ||
const unsigned | layerStartIdx, | ||
const unsigned | layerEndIdx, | ||
const unsigned | sectionStartIdx, | ||
const unsigned | sectionEndIdx | ||
) |
xAOD::RingSetConf_v1::RawConf::RawConf | ( | const RingSetConf_v1 & | rsConf | ) |
Ringer::CalJointLayer xAOD::RingSetConf_v1::RawConf::calJointLayer |
The Calorimeter Joint Layer of this RingSet (see CaloRingsDefs.h)
Definition at line 63 of file RingSetConf_v1.h.
Ringer::CalJointSection xAOD::RingSetConf_v1::RawConf::calJointSection |
The Calorimeter Joint Section (see CaloRingsDefs.h)
Definition at line 65 of file RingSetConf_v1.h.
float xAOD::RingSetConf_v1::RawConf::cellMaxDEtaDist |
Maximum distance cell in eta to seed.
Definition at line 59 of file RingSetConf_v1.h.
float xAOD::RingSetConf_v1::RawConf::cellMaxDPhiDist |
Maximum distance cell in phi to seed.
Definition at line 61 of file RingSetConf_v1.h.
bool xAOD::RingSetConf_v1::RawConf::doEtaAxesDivision |
Hold the option of eta axes division.
Definition at line 67 of file RingSetConf_v1.h.
bool xAOD::RingSetConf_v1::RawConf::doPhiAxesDivision |
Hold the option of phi axes division.
Definition at line 69 of file RingSetConf_v1.h.
float xAOD::RingSetConf_v1::RawConf::etaWidth |
Ring Width in eta.
Definition at line 55 of file RingSetConf_v1.h.
unsigned xAOD::RingSetConf_v1::RawConf::layerEndIdx |
Hold the end of this layer on a non-segmented representation:
Definition at line 73 of file RingSetConf_v1.h.
std::vector<CaloSampling::CaloSample> xAOD::RingSetConf_v1::RawConf::layers |
Ringset layers.
Definition at line 53 of file RingSetConf_v1.h.
unsigned xAOD::RingSetConf_v1::RawConf::layerStartIdx |
Hold the start of this layer on a non-segmented representation:
Definition at line 71 of file RingSetConf_v1.h.
unsigned xAOD::RingSetConf_v1::RawConf::nRings |
Ringset number of Rings.
Definition at line 51 of file RingSetConf_v1.h.
float xAOD::RingSetConf_v1::RawConf::phiWidth |
Ring Width in phi.
Definition at line 57 of file RingSetConf_v1.h.
unsigned xAOD::RingSetConf_v1::RawConf::sectionEndIdx |
Hold the end of this section on a non-segmented representation:
Definition at line 77 of file RingSetConf_v1.h.
unsigned xAOD::RingSetConf_v1::RawConf::sectionStartIdx |
Hold the start of this section on a non-segmented representation:
Definition at line 75 of file RingSetConf_v1.h.