
Public Member Functions | |
| BDSTunnelCavitySection () | |
| ~BDSTunnelCavitySection () | |
| BDSTunnelCavitySection (BDSAcceleratorComponent *var) | |
| void | visAttributes () const |
| void | rotation (G4RotationMatrix *var) |
| void | logicalVolume (G4LogicalVolume *var) |
| void | solid (G4VSolid *var) |
| void | physi (G4VPhysicalVolume *var) |
| G4ThreeVector * | positionOffset () |
| G4RotationMatrix * | rotation () |
| G4double | length () |
| G4double | angle () |
| G4double | radius () |
| G4String | name () |
| G4Material * | material () |
| G4LogicalVolume * | logicalVolume () |
| G4VSolid * | solid () |
| BDSAcceleratorComponent * | acceleratorComponent () |
Private Attributes | |
| G4String | _name |
| G4double | _radius |
| G4double | _length |
| G4double | _angle |
| G4ThreeVector * | _positionOffset |
| G4RotationMatrix * | _rotation |
| G4Material * | _material |
| G4LogicalVolume * | _logicalVolume |
| G4VSolid * | _solid |
| G4VPhysicalVolume * | _physi |
| G4RotationMatrix * | _nullRotationMatrix |
| BDSAcceleratorComponent * | _acceleratorComponent |
Definition at line 6 of file BDSTunnelCavitySection.hh.
1.4.7