#include <AGDDController.h>
Definition at line 30 of file AGDDController.h.
◆ AGDDController() [1/2]
| AGDDController::AGDDController |
( |
| ) |
|
Definition at line 37 of file AGDDController.cxx.
40{
43}
AGDDBuilder * m_theBuilder
IAGDDParser * m_theParser
◆ ~AGDDController()
| AGDDController::~AGDDController |
( |
| ) |
|
◆ AGDDController() [2/2]
◆ AddFile()
| void AGDDController::AddFile |
( |
const std::string & | fName | ) |
|
◆ AddSection()
| void AGDDController::AddSection |
( |
const std::string & | section | ) |
|
Definition at line 65 of file AGDDController.cxx.
66{
68}
std::vector< std::string > m_sectionsToBuild
◆ AddVolume()
| void AGDDController::AddVolume |
( |
const std::string & | volume | ) |
|
Definition at line 69 of file AGDDController.cxx.
70{
72}
std::vector< std::string > m_volumesToBuild
◆ ATLAS_NOT_THREAD_SAFE()
| void UseGeoModelDetector AGDDController::ATLAS_NOT_THREAD_SAFE |
( |
const std::string & | | ) |
|
◆ BuildAll()
| void AGDDController::BuildAll |
( |
| ) |
|
◆ BuildSections()
| void AGDDController::BuildSections |
( |
| ) |
|
◆ BuildVolumes()
| void AGDDController::BuildVolumes |
( |
| ) |
|
◆ Clean()
| void AGDDController::Clean |
( |
| ) |
|
Definition at line 176 of file AGDDController.cxx.
177{
180
185
188}
std::vector< std::string > m_structuresToBuild
◆ DisableSections() [1/2]
| bool AGDDController::DisableSections |
( |
| ) |
const |
|
inline |
◆ DisableSections() [2/2]
| void AGDDController::DisableSections |
( |
bool | b | ) |
|
|
inline |
◆ Evaluator()
◆ GetAliasStore()
◆ GetBuilder()
◆ GetColorStore()
◆ GetDetectorStore()
◆ GetHandlerStore()
◆ GetMaterialStore()
◆ GetParameterStore()
◆ GetParser()
◆ GetPositionerStore()
◆ GetSectionStore()
◆ GetVolumeStore()
◆ Locked() [1/2]
| bool AGDDController::Locked |
( |
| ) |
const |
|
inline |
◆ Locked() [2/2]
| void AGDDController::Locked |
( |
bool | b | ) |
|
|
inline |
◆ operator=()
◆ ParseFiles()
| void AGDDController::ParseFiles |
( |
| ) |
|
◆ ParseString()
| void AGDDController::ParseString |
( |
const std::string & | s | ) |
|
◆ PrintSections()
| void AGDDController::PrintSections |
( |
| ) |
const |
◆ SetBuilder()
◆ SetParser()
◆ WriteAGDDtoDBFile()
| bool AGDDController::WriteAGDDtoDBFile |
( |
const std::string & | s | ) |
|
Definition at line 115 of file AGDDController.cxx.
116{
118 {
119 std::cout<< " -----> asking for a dump without defined parser makes no sense - crashing!" <<std::endl;
120 return false;
121 }
122 else {
124 return true;
125 }
126}
◆ m_as
◆ m_cs
◆ m_disableSections
| bool AGDDController::m_disableSections |
|
private |
◆ m_ds
◆ m_eval
◆ m_filesToParse
| std::vector<std::string> AGDDController::m_filesToParse |
|
private |
◆ m_locked
| bool AGDDController::m_locked |
|
private |
◆ m_ms
◆ m_printLevel
| int AGDDController::m_printLevel |
|
private |
◆ m_prs
◆ m_ps
◆ m_sectionsToBuild
| std::vector<std::string> AGDDController::m_sectionsToBuild |
|
private |
◆ m_ss
◆ m_structuresToBuild
| std::vector<std::string> AGDDController::m_structuresToBuild |
|
private |
◆ m_theBuilder
◆ m_theParser
◆ m_volumesToBuild
| std::vector<std::string> AGDDController::m_volumesToBuild |
|
private |
◆ m_vs
◆ m_xs
The documentation for this class was generated from the following files: