#include <G4SensitiveVolumeList.hh>
Definition at line 45 of file G4SensitiveVolumeList.hh.
◆ CheckLV()
Definition at line 58 of file G4SensitiveVolumeList.cc.
59{
60 for (auto lv : theLogicalVolumeList) {
61 if (lv == lvp) return true;
62 }
63 return false;
64}
◆ CheckPV()
Definition at line 50 of file G4SensitiveVolumeList.cc.
51{
52 for (auto pv : thePhysicalVolumeList) {
53 if (pv == pvp) return true;
54 }
55 return false;
56}
◆ GetTheLogicalVolumeList()
const std::vector< G4LogicalVolume * > & G4SensitiveVolumeList::GetTheLogicalVolumeList |
( |
| ) |
const |
◆ GetThePhysicalVolumeList()
const std::vector< G4VPhysicalVolume * > & G4SensitiveVolumeList::GetThePhysicalVolumeList |
( |
| ) |
const |
◆ operator!=()
◆ operator==()
◆ SetTheLogicalVolumeList()
void G4SensitiveVolumeList::SetTheLogicalVolumeList |
( |
const std::vector< G4LogicalVolume * > | value | ) |
|
◆ SetThePhysicalVolumeList()
void G4SensitiveVolumeList::SetThePhysicalVolumeList |
( |
const std::vector< G4VPhysicalVolume * > | value | ) |
|
The documentation for this class was generated from the following files: