19#ifndef BDSTELEPORTER_H
20#define BDSTELEPORTER_H
22#include "BDSAcceleratorComponent.hh"
25#include "G4Transform3D.hh"
49 const G4double horizontaWidth,
80 G4double& teleporterLength);
Abstract class that represents a component of an accelerator.
A vector of BDSBeamlineElement instances - a beamline.
All info required to build complete field of any type.
An element that unnaturally shifts the beam across its length - a fudge volume.
BDSTeleporter()=delete
Private default constructor to force the use of the supplied one.
BDSTeleporter & operator=(const BDSTeleporter &)=delete
Assignment and copy constructor not implemented nor used.
BDSTeleporter(BDSTeleporter &)=delete
Assignment and copy constructor not implemented nor used.
BDSFieldInfo * vacuumFieldInfo
Recipe for teleporter 'field'.
G4double horizontalWidth
The full horizontal width of the teleporter.
virtual void Build()
Overridden method from BDSAcceleratorComponent that dictates the construction.
virtual void BuildContainerLogicalVolume()
Return either G4Tubs or G4CutTubs depending on flat face.
G4Transform3D CalculateTeleporterDelta(const BDSBeamline *beamline, G4double &teleporterLength)