ATLAS Offline Software
|
#include <NSWAGDDTool.h>
Public Member Functions | |
NSWAGDDTool (const std::string &type, const std::string &name, const IInterface *parent) | |
~NSWAGDDTool ()=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 | |
bool | WritePREsqlFile () const |
Private Attributes | |
Gaudi::Property< int > | m_outFileActV {this,"OutputFileACTVERS",0,"active version number"} |
Gaudi::Property< int > | m_outFileAlgV {this,"OutputFileALGVERS",0,"alignment version number"} |
Gaudi::Property< int > | m_outFilePasV {this,"OutputFilePASVERS",0,"passive structure version number"} |
Gaudi::Property< std::string > | m_outFileActN {this,"OutputFileACTVNAME","","active version string"} |
Gaudi::Property< std::string > | m_outFileAlgN {this,"OutputFileALGVNAME","","alignment version string"} |
Gaudi::Property< std::string > | m_outFilePasN {this,"OutputFilePASVNAME","","passive structure version string"} |
Gaudi::Property< std::string > | m_outFileForm {this,"OutputFileFORMAT","AGDDXML","format of output file"} |
Gaudi::Property< std::string > | m_outFileType {this,"OutputFileType","NSWD","name for database table"} |
std::string | m_outFileInName |
std::string | m_outPREsqlName |
Definition at line 10 of file NSWAGDDTool.h.
NSWAGDDTool::NSWAGDDTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 19 of file NSWAGDDTool.cxx.
|
default |
|
overridevirtual |
Reimplemented from AGDDToolBase.
|
overridevirtual |
Reimplemented from AGDDToolBase.
|
protectedinherited |
Definition at line 22 of file AGDDToolBase.cxx.
|
private |
Definition at line 130 of file NSWAGDDTool.cxx.
|
protectedinherited |
Definition at line 44 of file AGDDToolBase.h.
|
protectedinherited |
Definition at line 31 of file AGDDToolBase.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.
|
private |
Definition at line 23 of file NSWAGDDTool.h.
|
private |
Definition at line 19 of file NSWAGDDTool.h.
|
private |
Definition at line 24 of file NSWAGDDTool.h.
|
private |
Definition at line 20 of file NSWAGDDTool.h.
|
private |
Definition at line 26 of file NSWAGDDTool.h.
|
private |
Definition at line 29 of file NSWAGDDTool.h.
|
protectedinherited |
Definition at line 40 of file AGDDToolBase.h.
|
private |
Definition at line 25 of file NSWAGDDTool.h.
|
private |
Definition at line 21 of file NSWAGDDTool.h.
|
private |
Definition at line 27 of file NSWAGDDTool.h.
|
private |
Definition at line 30 of file NSWAGDDTool.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.
|
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.