|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARREADOUTGEOMETRY_HECDETDESCR_H
6 #define LARREADOUTGEOMETRY_HECDETDESCR_H
8 #include "GeoModelKernel/CellBinning.h"
9 #include "GeoModelKernel/RCBase.h"
38 HECDetDescr (
const HECDetectorManager *detManager,
unsigned int sampling,
unsigned int region,
const CellBinning &phiBinning,
bool isTestBeam =
false);
48 double getZMin (
unsigned int block)
const;
53 double getZMax (
unsigned int block)
const;
58 double getRMin (
unsigned int block,
unsigned int eta)
const;
63 double getRMax (
unsigned int block,
unsigned int eta)
const;
147 if (!
segment)
throw std::range_error(
"Error in HECDetDescr, nonexistent segment.");
161 if (!
segment)
throw std::range_error(
"Error in HECDetDescr, nonexistent segment.");
175 if (!bPtr)
throw std::range_error(
"Error in HECDetDescr, nonexistent block.");
unsigned int m_regionIndex
double getRMin(unsigned int block, unsigned int eta) const
Returns min r for block i.
const HECRadialSegment * getRadialSegment(unsigned int block, unsigned int eta) const
Returns the radial segment of in block b with eta index i, or else NULL.
Scalar eta() const
pseudorapidity method
double getZMax(unsigned int block) const
Returns max z for the ith block at eta index.
unsigned int getRegionIndex() const
The region Index.
HECDetDescr(const HECDetDescr &right)
unsigned int m_firstBlock
const HECDetectorManager * m_manager
HECDetDescr(const HECDetectorManager *detManager, unsigned int sampling, unsigned int region, const CellBinning &phiBinning, bool isTestBeam=false)
Constructor.
unsigned int m_samplingIndex
~HECDetDescr()
Destructor.
unsigned int getBlockIndex(unsigned int block) const
Gets the block index for the ith block (in case it is ever needed).
double getRMax(unsigned int block, unsigned int eta) const
Returns max r at block i.
Descriptor for regions of the hadronic endcap calorimeter.
const CellBinning & getEtaBinning() const
The Binning in Eta.
const HECDetectorManager * getManager() const
The manager.
A manager class providing access to readout geometry information for the hadronic endcap calorimeter.
const HECLongBlock * getBlock(unsigned int i) const
Random Access to Blocks.
unsigned int getNumBlocks() const
Number of blocks in the region.
std::vector< double > m_zMin
Description of a radial segment of a HEC module.
const CellBinning & getPhiBinning() const
The Binning in Phi.
unsigned int getSamplingIndex() const
The sampling index.
const HECRadialSegment * getRadialSegment(unsigned int i) const
Returns a radial segment if it exists.
HECDetDescr & operator=(const HECDetDescr &right)
std::vector< double > m_zMax
unsigned int m_outerRadSegNumber
double getZMin(unsigned int block) const
Returns min z for the ith block at eta index.
Muon::NSW_PadTriggerSegment segment(const NSWL1::PadTrigger &data)