ATLAS Offline Software
Namespaces | Macros | Typedefs
MuonDetectorFactory001.cxx File Reference
#include "MuonGeoModel/MuonDetectorFactory001.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "GeoGenericFunctions/Variable.h"
#include "GeoModelInterfaces/StoredMaterialManager.h"
#include "GeoModelKernel/GeoAlignableTransform.h"
#include "GeoModelKernel/GeoBox.h"
#include "GeoModelKernel/GeoDefinitions.h"
#include "GeoModelKernel/GeoFullPhysVol.h"
#include "GeoModelKernel/GeoIdentifierTag.h"
#include "GeoModelKernel/GeoLogVol.h"
#include "GeoModelKernel/GeoMaterial.h"
#include "GeoModelKernel/GeoNameTag.h"
#include "GeoModelKernel/GeoPcon.h"
#include "GeoModelKernel/GeoPerfUtils.h"
#include "GeoModelKernel/GeoPgon.h"
#include "GeoModelKernel/GeoPhysVol.h"
#include "GeoModelKernel/GeoSerialTransformer.h"
#include "GeoModelKernel/GeoShapeShift.h"
#include "GeoModelKernel/GeoShapeSubtraction.h"
#include "GeoModelKernel/GeoShapeUnion.h"
#include "GeoModelKernel/GeoTransform.h"
#include "GeoModelKernel/GeoTrap.h"
#include "GeoModelKernel/GeoTrd.h"
#include "GeoModelKernel/GeoTube.h"
#include "GeoPrimitives/CLHEPtoEigenConverter.h"
#include "IdDictDetDescr/IdDictManager.h"
#include "MuonGeoModel/DBReader.h"
#include "MuonGeoModel/FPVMAP.h"
#include "MuonGeoModel/MYSQL.h"
#include "MuonGeoModel/MuonChamber.h"
#include "MuonGeoModel/MuonSystemDescription.h"
#include "MuonGeoModel/RDBReaderAtlas.h"
#include "MuonGeoModel/Station.h"
#include "MuonGeoModel/StationSelector.h"
#include "MuonReadoutGeometry/MuonStation.h"
#include "RDBAccessSvc/IRDBAccessSvc.h"
#include "RDBAccessSvc/IRDBRecord.h"
#include "RDBAccessSvc/IRDBRecordset.h"
#include "StoreGate/StoreGateSvc.h"
#include <fstream>
#include <iomanip>
#include <sstream>
#include <stdexcept>
#include <vector>

Go to the source code of this file.

Namespaces

 MuonGM
 Ensure that the Athena extensions are properly loaded.
 

Macros

#define skip_chambers   false
 
#define skip_toroids   false
 
#define skip_shielding   false
 
#define skip_caloSaddle   true
 
#define useAssemblies   false
 

Typedefs

using my_sstream = std::stringstream
 
using my_osstream = std::ostringstream
 
using muonsysIndMap = std::map< int, unsigned int, std::less< int > >
 

Macro Definition Documentation

◆ skip_caloSaddle

#define skip_caloSaddle   true

Definition at line 67 of file MuonDetectorFactory001.cxx.

◆ skip_chambers

#define skip_chambers   false

Definition at line 64 of file MuonDetectorFactory001.cxx.

◆ skip_shielding

#define skip_shielding   false

Definition at line 66 of file MuonDetectorFactory001.cxx.

◆ skip_toroids

#define skip_toroids   false

Definition at line 65 of file MuonDetectorFactory001.cxx.

◆ useAssemblies

#define useAssemblies   false

Definition at line 68 of file MuonDetectorFactory001.cxx.

Typedef Documentation

◆ muonsysIndMap

using muonsysIndMap = std::map<int, unsigned int, std::less<int> >

Definition at line 58 of file MuonDetectorFactory001.cxx.

◆ my_osstream

using my_osstream = std::ostringstream

Definition at line 55 of file MuonDetectorFactory001.cxx.

◆ my_sstream

using my_sstream = std::stringstream

Definition at line 54 of file MuonDetectorFactory001.cxx.