#include <AGDDSection.h>
Definition at line 17 of file AGDDSection.h.
◆ AGDDSection()
◆ AddVolume()
Definition at line 23 of file AGDDSection.cxx.
25 std::string temp=
v->GetName();
27 std::cout<<
" Volume "<<temp<<
" already in section "<<
m_name<<std::endl;
◆ 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()
Definition at line 32 of file AGDDSection.cxx.
38 std::cout<<
" Volume "<<
n<<
" not found in section "<<
m_name<<std::endl;
◆ 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.
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;
62 for (
unsigned int i=0;
i<10;
i++) std::cout<<
"--------";
63 std::cout<<
"+"<<std::endl<<std::endl;
◆ 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: