#include <AGDDSection.h>
Definition at line 17 of file AGDDSection.h.
◆ AGDDSection()
| AGDDSection::AGDDSection |
( |
const std::string & | a, |
|
|
const std::string & | b, |
|
|
const std::string & | c, |
|
|
const std::string & | d, |
|
|
const std::string & | e, |
|
|
AGDDSectionStore & | ss, |
|
|
bool | buildFlag = true ) |
Definition at line 11 of file AGDDSection.cxx.
17 :
19{
21}
void Register(AGDDSectionStore &ss)
◆ AddVolume()
Definition at line 23 of file AGDDSection.cxx.
24{
25 std::string temp=
v->GetName();
27 std::cout<<
" Volume "<<temp<<
" already in section "<<
m_name<<std::endl;
28 else
30}
◆ Author() [1/2]
| const std::string & AGDDSection::Author |
( |
| ) |
const |
|
inline |
◆ Author() [2/2]
| void AGDDSection::Author |
( |
const std::string & | n | ) |
|
|
inline |
◆ Date() [1/2]
| const std::string & AGDDSection::Date |
( |
| ) |
const |
|
inline |
◆ Date() [2/2]
| void AGDDSection::Date |
( |
const std::string & | n | ) |
|
|
inline |
◆ GetVolume()
| AGDDVolume * AGDDSection::GetVolume |
( |
const std::string & | n | ) |
|
Definition at line 32 of file AGDDSection.cxx.
33{
36 else
37 {
38 std::cout<<
" Volume "<<
n<<
" not found in section "<<
m_name<<std::endl;
39 return 0;
40 }
41}
◆ IsToBeBuilt()
| bool AGDDSection::IsToBeBuilt |
( |
| ) |
const |
|
inline |
◆ Name() [1/2]
| const std::string & AGDDSection::Name |
( |
| ) |
const |
|
inline |
◆ Name() [2/2]
| void AGDDSection::Name |
( |
const std::string & | n | ) |
|
|
inline |
◆ Print()
| void AGDDSection::Print |
( |
| ) |
|
Definition at line 47 of file AGDDSection.cxx.
48{
49 std::cout<<"+";
50 for (
unsigned int i=0;
i<10;
i++) std::cout<<
"--------";
51 std::cout<<"+"<<std::endl;
54 std::cout<<" defines volumes: "<<std::endl<<std::endl;
55 volumeList::const_iterator
it;
56
57
58
59
60
61 std::cout<<"+";
62 for (
unsigned int i=0;
i<10;
i++) std::cout<<
"--------";
63 std::cout<<"+"<<std::endl<<std::endl;
64}
◆ Register()
◆ TopVolume() [1/2]
| const std::string & AGDDSection::TopVolume |
( |
| ) |
const |
|
inline |
◆ TopVolume() [2/2]
| void AGDDSection::TopVolume |
( |
const std::string & | n | ) |
|
|
inline |
◆ Version() [1/2]
| const std::string & AGDDSection::Version |
( |
| ) |
const |
|
inline |
◆ Version() [2/2]
| void AGDDSection::Version |
( |
const std::string & | n | ) |
|
|
inline |
◆ VolumeBegin()
◆ VolumeEnd()
◆ m_author
| std::string AGDDSection::m_author |
|
private |
◆ m_date
| std::string AGDDSection::m_date |
|
private |
◆ m_name
| std::string AGDDSection::m_name |
|
private |
◆ m_theVolumes
◆ m_toBeBuilt
| bool AGDDSection::m_toBeBuilt |
|
private |
◆ m_topVolume
| std::string AGDDSection::m_topVolume |
|
private |
◆ m_version
| std::string AGDDSection::m_version |
|
private |
The documentation for this class was generated from the following files: