Geant4-11
|
#include <G4SensitiveVolumeList.hh>
Public Member Functions | |
G4bool | CheckLV (const G4LogicalVolume *lvp) const |
G4bool | CheckPV (const G4VPhysicalVolume *pvp) const |
G4SensitiveVolumeList () | |
G4SensitiveVolumeList (const G4SensitiveVolumeList &right) | |
const std::vector< G4LogicalVolume * > & | GetTheLogicalVolumeList () const |
const std::vector< G4VPhysicalVolume * > & | GetThePhysicalVolumeList () const |
G4bool | operator!= (const G4SensitiveVolumeList &right) const |
G4SensitiveVolumeList & | operator= (const G4SensitiveVolumeList &right) |
G4bool | operator== (const G4SensitiveVolumeList &right) const |
void | SetTheLogicalVolumeList (const std::vector< G4LogicalVolume * > value) |
void | SetThePhysicalVolumeList (const std::vector< G4VPhysicalVolume * > value) |
~G4SensitiveVolumeList () | |
Private Attributes | |
std::vector< G4LogicalVolume * > | theLogicalVolumeList |
std::vector< G4VPhysicalVolume * > | thePhysicalVolumeList |
Definition at line 54 of file G4SensitiveVolumeList.hh.
G4SensitiveVolumeList::G4SensitiveVolumeList | ( | ) |
Definition at line 39 of file G4SensitiveVolumeList.cc.
G4SensitiveVolumeList::G4SensitiveVolumeList | ( | const G4SensitiveVolumeList & | right | ) |
Definition at line 41 of file G4SensitiveVolumeList.cc.
References theLogicalVolumeList, and thePhysicalVolumeList.
G4SensitiveVolumeList::~G4SensitiveVolumeList | ( | ) |
Definition at line 48 of file G4SensitiveVolumeList.cc.
G4bool G4SensitiveVolumeList::CheckLV | ( | const G4LogicalVolume * | lvp | ) | const |
Definition at line 83 of file G4SensitiveVolumeList.cc.
References theLogicalVolumeList.
Referenced by G4VReadOutGeometry::CheckROVolume().
G4bool G4SensitiveVolumeList::CheckPV | ( | const G4VPhysicalVolume * | pvp | ) | const |
Definition at line 73 of file G4SensitiveVolumeList.cc.
References thePhysicalVolumeList.
Referenced by G4VReadOutGeometry::CheckROVolume().
const std::vector< G4LogicalVolume * > & G4SensitiveVolumeList::GetTheLogicalVolumeList | ( | ) | const |
const std::vector< G4VPhysicalVolume * > & G4SensitiveVolumeList::GetThePhysicalVolumeList | ( | ) | const |
G4bool G4SensitiveVolumeList::operator!= | ( | const G4SensitiveVolumeList & | right | ) | const |
Definition at line 66 of file G4SensitiveVolumeList.cc.
G4SensitiveVolumeList & G4SensitiveVolumeList::operator= | ( | const G4SensitiveVolumeList & | right | ) |
Definition at line 51 of file G4SensitiveVolumeList.cc.
References theLogicalVolumeList, and thePhysicalVolumeList.
G4bool G4SensitiveVolumeList::operator== | ( | const G4SensitiveVolumeList & | right | ) | const |
Definition at line 60 of file G4SensitiveVolumeList.cc.
void G4SensitiveVolumeList::SetTheLogicalVolumeList | ( | const std::vector< G4LogicalVolume * > | value | ) |
void G4SensitiveVolumeList::SetThePhysicalVolumeList | ( | const std::vector< G4VPhysicalVolume * > | value | ) |
|
private |
Definition at line 86 of file G4SensitiveVolumeList.hh.
Referenced by CheckLV(), G4SensitiveVolumeList(), and operator=().
|
private |
Definition at line 85 of file G4SensitiveVolumeList.hh.
Referenced by CheckPV(), G4SensitiveVolumeList(), and operator=().