#include <AGDDVolumeStore.h>
Definition at line 15 of file AGDDVolumeStore.h.
◆ AGDDVolumeStore()
AGDDVolumeStore::AGDDVolumeStore |
( |
| ) |
|
◆ Clean()
void AGDDVolumeStore::Clean |
( |
| ) |
|
Definition at line 36 of file AGDDVolumeStore.cxx.
38 for (
auto volumeIt : *
this)
40 if (!(volumeIt.second->IsSensitiveVolume()))
41 delete (volumeIt.second);
◆ Exist()
bool AGDDVolumeStore::Exist |
( |
std::string |
n | ) |
|
◆ GetVolume()
AGDDVolume * AGDDVolumeStore::GetVolume |
( |
std::string |
name | ) |
|
Definition at line 25 of file AGDDVolumeStore.cxx.
27 if ((*this).find(
name) != (*this).end())
31 std::cout <<
" Volume "<<
name<<
" not found: returning 0"<<std::endl;
◆ RegisterVolume()
void AGDDVolumeStore::RegisterVolume |
( |
AGDDVolume * |
v | ) |
|
◆ elements
◆ keys
std::string std::map< std::string , AGDDVolume * >::keys |
|
inherited |
The documentation for this class was generated from the following files: