Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrPlaceParameterisation.hh>
Public Member Functions | |
G4tgrPlaceParameterisation () | |
~G4tgrPlaceParameterisation () | |
G4tgrPlaceParameterisation (const std::vector< G4String > &p) | |
const G4String & | GetParamType () const |
std::vector< G4double > | GetExtraData () const |
const G4String & | GetRotMatName () const |
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 G4tgrPlaceParameterisation &obj) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrPlace | |
G4tgrVolume * | theVolume |
G4String | theParentName |
unsigned int | theCopyNo |
G4String | theType |
Definition at line 57 of file G4tgrPlaceParameterisation.hh.
G4tgrPlaceParameterisation::G4tgrPlaceParameterisation | ( | ) |
Definition at line 42 of file G4tgrPlaceParameterisation.cc.
G4tgrPlaceParameterisation::~G4tgrPlaceParameterisation | ( | ) |
Definition at line 48 of file G4tgrPlaceParameterisation.cc.
Definition at line 54 of file G4tgrPlaceParameterisation.cc.
|
inline |
Definition at line 71 of file G4tgrPlaceParameterisation.hh.
Referenced by G4tgbPlaceParameterisation::CheckNExtraData(), G4tgbPlaceParamCircle::G4tgbPlaceParamCircle(), G4tgbPlaceParamLinear::G4tgbPlaceParamLinear(), and G4tgbPlaceParamSquare::G4tgbPlaceParamSquare().
Definition at line 69 of file G4tgrPlaceParameterisation.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol(), G4tgbPlaceParamCircle::G4tgbPlaceParamCircle(), G4tgbPlaceParamLinear::G4tgbPlaceParamLinear(), and G4tgbPlaceParamSquare::G4tgbPlaceParamSquare().
Definition at line 72 of file G4tgrPlaceParameterisation.hh.
Referenced by G4tgbPlaceParameterisation::G4tgbPlaceParameterisation().
|
friend |
Definition at line 91 of file G4tgrPlaceParameterisation.cc.