Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrPlaceDivRep.hh>
Public Member Functions | |
G4tgrPlaceDivRep () | |
~G4tgrPlaceDivRep () | |
G4tgrPlaceDivRep (const std::vector< G4String > &wl) | |
EAxis | BuildAxis (const G4String &axisName) |
EAxis | GetAxis () const |
G4int | GetNDiv () const |
G4double | GetWidth () const |
G4double | GetOffset () const |
G4DivType | GetDivType () const |
void | SetParentName (const G4String &parentName) |
void | SetNDiv (G4int ndiv) |
void | SetWidth (G4double width) |
void | SetAxis (EAxis axis) |
void | SetOffset (G4double offset) |
void | SetDivType (G4DivType typ) |
Public Member Functions inherited from G4tgrPlace | |
G4tgrPlace () | |
virtual | ~G4tgrPlace () |
const G4String & | GetParentName () const |
G4tgrVolume * | GetVolume () const |
unsigned int | GetCopyNo () const |
const G4String & | GetType () const |
void | SetVolume (G4tgrVolume *vol) |
void | SetType (const G4String &typ) |
virtual G4ThreeVector | GetPlacement () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrPlaceDivRep &obj) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrPlace | |
G4tgrVolume * | theVolume = nullptr |
G4String | theParentName = "" |
unsigned int | theCopyNo = 0 |
G4String | theType = "" |
Definition at line 51 of file G4tgrPlaceDivRep.hh.
G4tgrPlaceDivRep::G4tgrPlaceDivRep | ( | ) |
Definition at line 39 of file G4tgrPlaceDivRep.cc.
G4tgrPlaceDivRep::~G4tgrPlaceDivRep | ( | ) |
Definition at line 44 of file G4tgrPlaceDivRep.cc.
G4tgrPlaceDivRep::G4tgrPlaceDivRep | ( | const std::vector< G4String > & | wl | ) |
Definition at line 49 of file G4tgrPlaceDivRep.cc.
Definition at line 81 of file G4tgrPlaceDivRep.cc.
Referenced by G4tgrPlaceDivRep(), and G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 66 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 70 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 67 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 69 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 68 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 75 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 77 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 73 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 76 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 72 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 74 of file G4tgrPlaceDivRep.hh.
Referenced by G4tgrVolumeDivision::G4tgrVolumeDivision().
|
friend |
Definition at line 114 of file G4tgrPlaceDivRep.cc.