ATLAS Offline Software
|
#include <AGDDToolBase.h>
Public Member Functions | |
AGDDToolBase (const std::string &type, const std::string &name, const IInterface *parent) | |
~AGDDToolBase ()=default | |
virtual StatusCode initialize | ATLAS_NOT_THREAD_SAFE () override |
virtual StatusCode construct | 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", "" } |
Definition at line 16 of file AGDDToolBase.h.
AGDDToolBase::AGDDToolBase | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 8 of file AGDDToolBase.cxx.
|
default |
|
overridevirtual |
Reimplemented in DefaultAGDDTool, MuonAGDDTool, DefaultAGDDTool, MuonAGDDTool, NSWAGDDTool, and NSWAGDDTool.
|
inlineoverridevirtual |
Reimplemented in DefaultAGDDTool, MuonAGDDTool, DefaultAGDDTool, MuonAGDDTool, NSWAGDDTool, and NSWAGDDTool.
Definition at line 22 of file AGDDToolBase.h.
|
protected |
Definition at line 22 of file AGDDToolBase.cxx.
|
protected |
Definition at line 44 of file AGDDToolBase.h.
|
protected |
Definition at line 31 of file AGDDToolBase.h.
|
protected |
Definition at line 43 of file AGDDToolBase.h.
|
protected |
Definition at line 41 of file AGDDToolBase.h.
|
protected |
Definition at line 34 of file AGDDToolBase.h.
|
protected |
Definition at line 38 of file AGDDToolBase.h.
|
protected |
Definition at line 35 of file AGDDToolBase.h.
|
protected |
Definition at line 42 of file AGDDToolBase.h.
|
protected |
Definition at line 40 of file AGDDToolBase.h.
|
protected |
Definition at line 30 of file AGDDToolBase.h.
|
protected |
Definition at line 33 of file AGDDToolBase.h.
|
protected |
Definition at line 37 of file AGDDToolBase.h.
|
protected |
Definition at line 27 of file AGDDToolBase.h.
|
protected |
Definition at line 46 of file AGDDToolBase.h.
|
protected |
Definition at line 28 of file AGDDToolBase.h.
|
protected |
Definition at line 36 of file AGDDToolBase.h.
|
protected |
Definition at line 26 of file AGDDToolBase.h.