BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
A cache of a components to make a placement. More...
#include <BDSPlacementToMake.hh>
Public Member Functions | |
BDSPlacementToMake (const G4Transform3D &transformIn, G4LogicalVolume *lvToPlaceIn, const G4String &nameIn, G4int copyNumberIn=0) | |
~BDSPlacementToMake () | |
This class doesn't own anything so only delete full objects it has a copy of. | |
Data Fields | |
G4Transform3D | transform |
G4LogicalVolume * | lvToPlace |
G4String | name |
G4int | copyNumber |
A cache of a components to make a placement.
Definition at line 34 of file BDSPlacementToMake.hh.
|
inline |
Definition at line 38 of file BDSPlacementToMake.hh.
|
inline |
This class doesn't own anything so only delete full objects it has a copy of.
Definition at line 49 of file BDSPlacementToMake.hh.
G4int BDSPlacementToMake::copyNumber |
Definition at line 54 of file BDSPlacementToMake.hh.
G4LogicalVolume* BDSPlacementToMake::lvToPlace |
Definition at line 52 of file BDSPlacementToMake.hh.
G4String BDSPlacementToMake::name |
Definition at line 53 of file BDSPlacementToMake.hh.
G4Transform3D BDSPlacementToMake::transform |
Definition at line 51 of file BDSPlacementToMake.hh.