![]() |
ATLAS Offline Software
|
#include "AthenaKernel/getMessageSvc.h"#include "GaudiKernel/MsgStream.h"#include "GeoPrimitives/GeoPrimitives.h"#include "MuonGeoModel/Csc.h"#include "MuonGeoModel/Cutout.h"#include "MuonGeoModel/Ded.h"#include "MuonGeoModel/Mdt.h"#include "MuonGeoModel/MuonChamberLite.h"#include "MuonGeoModel/Position.h"#include "MuonGeoModel/Rpc.h"#include "MuonGeoModel/Spacer.h"#include "MuonGeoModel/SpacerBeam.h"#include "MuonGeoModel/Station.h"#include "MuonGeoModel/Tgc.h"#include "MuonReadoutGeometry/MuonDetectorManager.h"#include "MuonReadoutGeometry/MuonStation.h"#include "MuonGeoModel/CbmComponent.h"#include "MuonGeoModel/CscComponent.h"#include "MuonGeoModel/LbiComponent.h"#include "MuonGeoModel/MdtComponent.h"#include "MuonGeoModel/RpcComponent.h"#include "MuonGeoModel/StandardComponent.h"#include "MuonGeoModel/SupComponent.h"#include "MuonGeoModel/TgcComponent.h"#include "MuonReadoutGeometry/CscReadoutElement.h"#include "MuonReadoutGeometry/MdtReadoutElement.h"#include "MuonReadoutGeometry/RpcReadoutElement.h"#include "MuonReadoutGeometry/TgcReadoutElement.h"#include "MuonGeoModel/CSC_Technology.h"#include "MuonGeoModel/LBI_Technology.h"#include "MuonGeoModel/MDT_Technology.h"#include "MuonGeoModel/MYSQL.h"#include "MuonGeoModel/RPC_Technology.h"#include "MuonGeoModel/TGC_Technology.h"#include "MuonIdHelpers/CscIdHelper.h"#include "MuonIdHelpers/MdtIdHelper.h"#include "MuonIdHelpers/RpcIdHelper.h"#include "MuonIdHelpers/TgcIdHelper.h"#include "GaudiKernel/SystemOfUnits.h"#include "GeoModelKernel/GeoDefinitions.h"#include <fstream>#include <format>#include <iomanip>#include <vector>#include <stdexcept>#include <set>Go to the source code of this file.
Namespaces | |
| MuonGM | |
| Ensure that the Athena extensions are properly loaded. | |
Macros | |
| #define | RPCON true |
| #define | useAssemblies false |
| #define RPCON true |
Definition at line 61 of file MuonChamberLite.cxx.
| #define useAssemblies false |
Definition at line 62 of file MuonChamberLite.cxx.
1.8.18