|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARREADOUTGEOMETRY_FCALMODULE_H
6 #define LARREADOUTGEOMETRY_FCALMODULE_H
8 #include "Identifier/Identifier.h"
10 #include "GeoModelKernel/GeoVDetectorElement.h"
11 #include "GeoModelKernel/GeoDefinitions.h"
12 #include "GaudiKernel/SystemOfUnits.h"
const FCALDetectorManager * getManager() const
Gets the manager.
Ensure that the extensions for the Vector3D are properly loaded.
double m_projectivityDisplacement
A manager class providing access to readout geometry information for the forward calorimeter.
static constexpr size_t MAXTUBES
const tubexy_t & getFullWidths(unsigned int ntubes) const
const Amg::Transform3D & getAbsoluteTransform(const GeoAlignmentStore *alignStore=nullptr) const
Returns the absolute transform of this element.
FCALModule::ConstIterator endTiles() const
Iteration over FCAL Tiles.
~FCALModule()
Desctructor.
FCALModule(const GeoVFullPhysVol *physVol, Module module, Endcap endcap, double projectivityDisplacement=4 *Gaudi::Units::cm)
Constructor.
A tile of the forward calorimeter readout geometry.
Module m_Mod
Module number: 1, 2, or 3.
std::vector< FCALTile >::const_iterator ConstIterator
double getFullDepthZ(const FCALTile &) const
Gets Tile (full) Depth.
CxxUtils::CachedValue< tubexy_t > m_tileSizes[MAXTUBES]
const Amg::Transform3D & getDefAbsoluteTransform(const GeoAlignmentStore *alignStore=nullptr) const
Returns the absolute transform of this element.
std::vector< FCALTile > m_tileList
A List of Tiles.
Eigen::Affine3d Transform3D
double getFullWidthX(const FCALTile &tile) const
Gets Tile Full Width in X.
FCALModule(const FCALModule &right)
FCALModule::Module getModuleIndex() const
Returns the Module (1,2, or 3)
Cached value with atomic update.
double getProjectivityDisplacement() const
void setManager(FCALDetectorManager *fcalManager)
Sets the manager.
FCALModule::Endcap getEndcapIndex() const
Returns the side (O=Negative, 1=Positive)
std::pair< double, double > tubexy_t
X/Y pairs of tile sizes.
FCALDetectorManager * m_manager
Point to the manager.
const FCALTile * getTile(int i, int j) const
Returns a tile by indices i and j.
double getFullWidthY(const FCALTile &tile) const
Gets Tile Full Width in Y.
FCALModule & operator=(const FCALModule &right)
double m_dz
Holds Delta Z, Full width of a cell.
FCALModule::ConstIterator beginTiles() const
Iteration over FCAL Tiles.