19#include "BDSTrajectoryPointLocal.hh"
21#include "G4Allocator.hh"
23G4Allocator<BDSTrajectoryPointLocal> BDSAllocatorTrajectoryPointLocal;
26 G4ThreeVector momentumLocalIn):
27 positionLocal(positionLocalIn),
28 momentumLocal(momentumLocalIn)
31BDSTrajectoryPointLocal::~BDSTrajectoryPointLocal()
BDSTrajectoryPointLocal()=delete
Private default constructor.