|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4GeometryCell is used for scoring and importance sampling. It defines a "cell", which, similar to the concept of "touchable",. More...
#include <G4GeometryCell.hh>
Public Member Functions | |
| G4GeometryCell (const G4VPhysicalVolume &aVolume, G4int RepNum) | |
| G4GeometryCell (const G4GeometryCell &rhs)=default | |
| G4GeometryCell & | operator= (const G4GeometryCell &rhs) |
| ~G4GeometryCell ()=default | |
| const G4VPhysicalVolume & | GetPhysicalVolume () const |
| G4int | GetReplicaNumber () const |
G4GeometryCell is used for scoring and importance sampling. It defines a "cell", which, similar to the concept of "touchable",.
Definition at line 51 of file G4GeometryCell.hh.
| G4GeometryCell::G4GeometryCell | ( | const G4VPhysicalVolume & | aVolume, |
| G4int | RepNum ) |
Constructor. Initialises volume and replica number.
| [in] | aVolume | The name of the physical volume. |
| [in] | RepNum | The associated replica number. |
Definition at line 33 of file G4GeometryCell.cc.
Referenced by G4GeometryCell(), and operator=().
|
default |
Copy constructor and assignment operator.
|
default |
Default Destructor.
| const G4VPhysicalVolume & G4GeometryCell::GetPhysicalVolume | ( | ) | const |
Returns the physical volume of the cell.
Definition at line 39 of file G4GeometryCell.cc.
Referenced by G4IStore::AddImportanceGeometryCell(), G4IStore::ChangeImportance(), G4IStore::IsKnown(), G4WeightWindowStore::IsKnown(), operator!=(), G4GeometryCellComp::operator()(), operator<<(), and operator==().
| G4int G4GeometryCell::GetReplicaNumber | ( | ) | const |
Returns the replica number of the cell.
Definition at line 44 of file G4GeometryCell.cc.
Referenced by operator!=(), G4GeometryCellComp::operator()(), operator<<(), and operator==().
| G4GeometryCell & G4GeometryCell::operator= | ( | const G4GeometryCell & | rhs | ) |
Definition at line 49 of file G4GeometryCell.cc.