ATLAS Offline Software
|
#include <MuonAGDDTool.h>
Public Member Functions | |
MuonAGDDTool (const std::string &type, const std::string &name, const IInterface *parent) | |
~MuonAGDDTool ()=default | |
virtual StatusCode construct | ATLAS_NOT_THREAD_SAFE () override |
virtual StatusCode initialize | ATLAS_NOT_THREAD_SAFE () override |
Protected Member Functions | |
void | InitializeAGDD () |
Protected Attributes | |
Gaudi::Property< std::vector< std::string > > | m_xmlFiles {this, "XMLFiles", {} } |
Gaudi::Property< std::vector< std::string > > | m_sectionsToBuild {this, "Sections", {} } |
Gaudi::Property< std::vector< std::string > > | m_volumesToBuild {this, "Volumes", {} } |
Gaudi::Property< int > | m_parserVerbosity {this, "ParserVerbosity", 0} |
Gaudi::Property< int > | m_builderVerbosity {this, "BuilderVerbosity", 0} |
Gaudi::Property< bool > | m_printSections {this, "PrintSections", false} |
Gaudi::Property< bool > | m_disableSections {this, "DisableSections", true} |
Gaudi::Property< bool > | m_locked {this, "Locked", false} |
Gaudi::Property< bool > | m_writeDBfile {this, "WriteAGDDFile", false} |
Gaudi::Property< bool > | m_readAGDD {this,"ReadAGDD",true,"read description from DB"} |
Gaudi::Property< bool > | m_dumpAGDD {this,"DumpAGDD",false,"write out parsed XML"} |
Gaudi::Property< std::string > | m_outFileName {this, "OutAGDDXMLName", "mytest.xml"} |
Gaudi::Property< std::string > | m_defaultDetector {this, "DefaultDetector", "NoDetector"} |
Gaudi::Property< std::string > | m_navigateDetector {this, "NavigateDetector", ""} |
Gaudi::Property< std::string > | m_DBFileName {this,"OutputFileName","","specify name for DB text file"} |
Gaudi::Property< std::string > | m_agdd2GeoSvcName {this,"AGDDtoGeoSvcName","AGDDtoGeoSvc","specify name of AGDDtoGeoSvc"} |
ServiceHandle< IAGDDtoGeoSvc > | m_svc { this, "AGDDtoGeoSvc", "AGDDtoGeoSvc", "" } |
Private Member Functions | |
void | BuildMuonSpectrometerFromFlags () |
bool | WritePREsqlFile () const |
Private Attributes | |
Gaudi::Property< bool > | m_buildNSW {this,"BuildNSW",true} |
Gaudi::Property< bool > | m_overrideConfiguration {this,"OverrideConfiguration",false} |
Gaudi::Property< std::vector< std::string > > | m_structuresToBuild {this,"Structures",{}} |
Gaudi::Property< std::string > | m_outFileType {this,"OutputFileType","AGDD","Name for database table"} |
Gaudi::Property< std::string > | m_amdcName {this,"AmdcName","R.08","specify amdc name to be put into AGDD table (is overwritten by amdb layout name in case amdc blob is read)"} |
std::vector< std::string > | m_structuresFromFlags |
std::string | m_outPREsqlName |
Definition at line 11 of file MuonAGDDTool.h.
MuonAGDDTool::MuonAGDDTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 15 of file MuonAGDDTool.cxx.
|
default |
|
overridevirtual |
Reimplemented from AGDDToolBase.
|
overridevirtual |
Reimplemented from AGDDToolBase.
|
private |
|
protectedinherited |
Definition at line 22 of file AGDDToolBase.cxx.
|
private |
Definition at line 133 of file MuonAGDDTool.cxx.
|
protectedinherited |
Definition at line 44 of file AGDDToolBase.h.
|
private |
Definition at line 26 of file MuonAGDDTool.h.
|
protectedinherited |
Definition at line 31 of file AGDDToolBase.h.
|
private |
Definition at line 20 of file MuonAGDDTool.h.
|
protectedinherited |
Definition at line 43 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 41 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 34 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 38 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 35 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 42 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 40 of file AGDDToolBase.h.
|
private |
Definition at line 25 of file MuonAGDDTool.h.
|
private |
Definition at line 29 of file MuonAGDDTool.h.
|
private |
Definition at line 21 of file MuonAGDDTool.h.
|
protectedinherited |
Definition at line 30 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 33 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 37 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 27 of file AGDDToolBase.h.
|
private |
Definition at line 28 of file MuonAGDDTool.h.
|
private |
Definition at line 23 of file MuonAGDDTool.h.
|
protectedinherited |
Definition at line 46 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 28 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 36 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 26 of file AGDDToolBase.h.