Geant4
10.01.p02
|
#include <G4SensitiveVolumeList.hh>
Public Member Functions | |
G4SensitiveVolumeList () | |
G4SensitiveVolumeList (const G4SensitiveVolumeList &right) | |
~G4SensitiveVolumeList () | |
G4SensitiveVolumeList & | operator= (const G4SensitiveVolumeList &right) |
G4int | operator== (const G4SensitiveVolumeList &right) const |
G4int | operator!= (const G4SensitiveVolumeList &right) const |
G4bool | CheckPV (const G4VPhysicalVolume *pvp) const |
G4bool | CheckLV (const G4LogicalVolume *lvp) const |
const std::vector < G4VPhysicalVolume * > & | GetThePhysicalVolumeList () const |
void | SetThePhysicalVolumeList (const std::vector< G4VPhysicalVolume * > value) |
const std::vector < G4LogicalVolume * > & | GetTheLogicalVolumeList () const |
void | SetTheLogicalVolumeList (const std::vector< G4LogicalVolume * > value) |
Private Attributes | |
std::vector< G4VPhysicalVolume * > | thePhysicalVolumeList |
std::vector< G4LogicalVolume * > | theLogicalVolumeList |
Definition at line 55 of file G4SensitiveVolumeList.hh.
G4SensitiveVolumeList::G4SensitiveVolumeList | ( | ) |
Definition at line 40 of file G4SensitiveVolumeList.cc.
G4SensitiveVolumeList::G4SensitiveVolumeList | ( | const G4SensitiveVolumeList & | right | ) |
Definition at line 44 of file G4SensitiveVolumeList.cc.
References theLogicalVolumeList, and thePhysicalVolumeList.
G4SensitiveVolumeList::~G4SensitiveVolumeList | ( | ) |
Definition at line 52 of file G4SensitiveVolumeList.cc.
G4bool G4SensitiveVolumeList::CheckLV | ( | const G4LogicalVolume * | lvp | ) | const |
Definition at line 89 of file G4SensitiveVolumeList.cc.
References theLogicalVolumeList.
Referenced by G4VReadOutGeometry::CheckROVolume().
G4bool G4SensitiveVolumeList::CheckPV | ( | const G4VPhysicalVolume * | pvp | ) | const |
Definition at line 80 of file G4SensitiveVolumeList.cc.
References thePhysicalVolumeList.
Referenced by G4VReadOutGeometry::CheckROVolume().
const std::vector<G4LogicalVolume*>& G4SensitiveVolumeList::GetTheLogicalVolumeList | ( | ) | const |
const std::vector<G4VPhysicalVolume*>& G4SensitiveVolumeList::GetThePhysicalVolumeList | ( | ) | const |
G4int G4SensitiveVolumeList::operator!= | ( | const G4SensitiveVolumeList & | right | ) | const |
Definition at line 72 of file G4SensitiveVolumeList.cc.
G4SensitiveVolumeList & G4SensitiveVolumeList::operator= | ( | const G4SensitiveVolumeList & | right | ) |
Definition at line 58 of file G4SensitiveVolumeList.cc.
References theLogicalVolumeList, and thePhysicalVolumeList.
G4int G4SensitiveVolumeList::operator== | ( | const G4SensitiveVolumeList & | right | ) | const |
Definition at line 67 of file G4SensitiveVolumeList.cc.
void G4SensitiveVolumeList::SetTheLogicalVolumeList | ( | const std::vector< G4LogicalVolume * > | value | ) |
void G4SensitiveVolumeList::SetThePhysicalVolumeList | ( | const std::vector< G4VPhysicalVolume * > | value | ) |
|
private |
Definition at line 93 of file G4SensitiveVolumeList.hh.
Referenced by CheckLV(), G4SensitiveVolumeList(), and operator=().
|
private |
Definition at line 92 of file G4SensitiveVolumeList.hh.
Referenced by CheckPV(), G4SensitiveVolumeList(), and operator=().