![]() |
ATLAS Offline Software
|
The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy MuonReadoutGeometry. More...
Classes | |
class | Chamber |
class | ChamberAssembleTool |
struct | gapVolume |
Helper struct to attribute the Identifier fields with the gas gap volumes. More... | |
class | GeoModelMdtTest |
class | GeoModelMmTest |
class | GeoModelRpcTest |
class | GeoModelsTgcTest |
class | GeoModelTgcTest |
class | IMuonGeoUtilityTool |
class | IMuonReadoutGeomTool |
class | MdtReadoutElement |
class | MdtReadoutGeomTool |
Implementation of the IMuonReadoutGeomTool to construct MdtReadoutElements from the list of published full physical volumes and the WMDT meta data table. More... | |
class | MdtTubeLayer |
Helper struct to retrieve the tube lengths and the tube centers directly from the GeoModel tree. More... | |
struct | MdtTubeLayerSorter |
Helper struct to sort equivalent MdtTubeLayers into a std::set. More... | |
class | MmReadoutElement |
class | MmReadoutGeomTool |
class | MuonChamberToolTest |
class | MuonDetectorManager |
class | MuonDetectorTool |
class | MuonGeoUtilityTool |
class | MuonReadoutElement |
The MuonReadoutElement is an abstract class representing the geometry representing the muon detector. More... | |
class | NswGeoPlottingAlg |
class | PadDesign |
struct | PadDesignSorter |
struct | RadialDesignSorter |
class | RadialStripDesign |
class | ReadoutGeomCnvAlg |
class | RpcReadoutElement |
class | RpcReadoutGeomTool |
Implementation to construct Rpc readout element from the list of published full physical volumes and the WRPC meta data table. More... | |
class | SpectrometerSector |
A spectrometer sector forms the envelope of all chambers that are placed in the same MS sector & layer E.g. More... | |
class | sTgcReadoutElement |
class | sTgcReadoutGeomTool |
class | StripDesign |
struct | StripDesignSorter |
class | StripLayer |
The StripLayer interfaces the 2D description of the strip plane layout with the 3D description of the strips within the read out elements volume. More... | |
struct | StripLayerSorter |
Helper struct to share strip layer instances across the readout elements. More... | |
class | TgcReadoutElement |
class | TgcReadoutGeomTool |
struct | WireDesignSorter |
class | WireGroupDesign |
The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy MuonReadoutGeometry.
The algorithm is meant to serve as an adapter allowing to dynamically exchange individual components in the Muon processing chain by their Run4 / Acts equivalents
typedef Acts::TrapezoidVolumeBounds::BoundValues MuonGMR4::BoundEnums |
Definition at line 13 of file Chamber.cxx.
using MuonGMR4::chamberArgs = typedef Chamber::defineArgs |
Definition at line 66 of file ChamberAssembleTool.cxx.
using MuonGMR4::ChamberSet = typedef SpectrometerSector::ChamberSet |
Definition at line 35 of file SpectrometerSector.cxx.
Definition at line 32 of file RpcReadoutGeomTool.cxx.
using MuonGMR4::globalCornerArray = typedef std::array<Amg::Vector3D, 4> |
Definition at line 193 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/sTgcReadoutElement.cxx.
using MuonGMR4::localCornerArray = typedef std::array<Amg::Vector2D, 4> |
Definition at line 192 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/sTgcReadoutElement.cxx.
using MuonGMR4::MdtTubeLayerPtr = typedef GeoModel::TransientConstSharedPtr<MdtTubeLayer> |
Definition at line 17 of file MdtTubeLayer.h.
using MuonGMR4::MdtTubeLayerSet = typedef std::set<MdtTubeLayerPtr, MdtTubeLayerSorter> |
Definition at line 23 of file MdtTubeLayer.h.
using MuonGMR4::MuonChamberSet = typedef MuonDetectorManager::MuonChamberSet |
Definition at line 119 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonDetectorManager.cxx.
using MuonGMR4::MuonSectorSet = typedef MuonDetectorManager::MuonSectorSet |
Definition at line 118 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonDetectorManager.cxx.
using MuonGMR4::PadDesignPtr = typedef GeoModel::TransientConstSharedPtr<PadDesign> |
Definition at line 22 of file PadDesign.h.
Definition at line 21 of file MmReadoutElement.cxx.
Definition at line 31 of file MdtReadoutGeomTool.cxx.
Definition at line 21 of file RadialStripDesign.h.
using MuonGMR4::RadialStripDesignSet = typedef std::set<RadialStripDesignPtr, RadialDesignSorter> |
Definition at line 113 of file RadialStripDesign.h.
using MuonGMR4::StripDesignPtr = typedef GeoModel::TransientConstSharedPtr<StripDesign> |
Definition at line 29 of file StripDesign.h.
using MuonGMR4::StripLayerPtr = typedef GeoModel::TransientConstSharedPtr<StripLayer> |
Definition at line 100 of file StripLayer.h.
using MuonGMR4::WireDesignPtr = typedef GeoModel::TransientConstSharedPtr<WireGroupDesign> |
Definition at line 21 of file WireGroupDesign.h.
using MuonGMR4::WireGroupDesignSet = typedef std::set<WireDesignPtr, WireDesignSorter> |
Definition at line 103 of file WireGroupDesign.h.
MuonGMR4::ADD_DETECTOR | ( | MdtReadoutElement | , |
m_mdtEles | |||
) |
MuonGMR4::ADD_DETECTOR | ( | MmReadoutElement | , |
m_mmEles | |||
) |
MuonGMR4::ADD_DETECTOR | ( | RpcReadoutElement | , |
m_rpcEles | |||
) |
MuonGMR4::ADD_DETECTOR | ( | sTgcReadoutElement | , |
m_sTgcEles | |||
) |
MuonGMR4::ADD_DETECTOR | ( | TgcReadoutElement | , |
m_tgcEles | |||
) |
bool MuonGMR4::operator< | ( | const MdtTubeLayer::CutTubes & | a, |
const unsigned int | tube | ||
) |
Definition at line 15 of file MdtTubeLayer.cxx.
bool MuonGMR4::operator< | ( | const MdtTubeLayer::TubePositioner & | a, |
const unsigned int | tube | ||
) |
Definition at line 21 of file MdtTubeLayer.cxx.
bool MuonGMR4::operator< | ( | const StripDesignPtr & | a, |
const StripDesignPtr & | b | ||
) |
Definition at line 23 of file StripDesign.cxx.
bool MuonGMR4::operator< | ( | const unsigned int | tube, |
const MdtTubeLayer::CutTubes & | a | ||
) |
Definition at line 18 of file MdtTubeLayer.cxx.
bool MuonGMR4::operator< | ( | const unsigned int | tube, |
const MdtTubeLayer::TubePositioner & | a | ||
) |
Definition at line 24 of file MdtTubeLayer.cxx.
Definition at line 23 of file Chamber.cxx.
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const Chamber::defineArgs & | args | ||
) |
Definition at line 15 of file Chamber.cxx.
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const MdtReadoutElement::parameterBook & | pars | ||
) |
Definition at line 25 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MdtReadoutElement.cxx.
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const MmReadoutElement::parameterBook & | pars | ||
) |
Definition at line 22 of file MmReadoutElement.cxx.
std::ostream& MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const MuonGMR4::sTgcReadoutElement::parameterBook & | pars | ||
) |
std::ostream& MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const RpcReadoutElement::parameterBook & | pars | ||
) |
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const SpectrometerSector & | chamber | ||
) |
Definition at line 117 of file SpectrometerSector.cxx.
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const SpectrometerSector::defineArgs & | args | ||
) |
Definition at line 104 of file SpectrometerSector.cxx.
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const StripDesign & | design | ||
) |
Definition at line 39 of file StripDesign.cxx.
std::ostream & MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const StripLayer & | lay | ||
) |
Definition at line 8 of file StripLayer.cxx.
std::ostream& MuonGMR4::operator<< | ( | std::ostream & | ostr, |
const TgcReadoutElement::parameterBook & | pars | ||
) |