30 template <
class T,
unsigned Dim>
38 const std::vector<unsigned long long> & maxtsteps,
int stepsperturn,
39 double zStart,
const std::vector<double> & zStop,
int timeintegrator,
62 std::vector<double>
dT;
The base class for all OPAL beam lines and sequences.
BeamSequence * use
The lattice to be tracked through.
int stepsPerTurn
The timsteps per revolution period. ONLY available for OPAL-cycl.
PartBunchBase< double, 3 > * bunch
The particle bunch to be tracked.
PartData reference
The reference data.
void operator=(const Track &)
double zstart
The location at which the simulation starts.
std::vector< unsigned long long > localTimeSteps
Maximal number of timesteps.
int timeIntegrator
The ID of time integrator.
std::vector< double > zstop
The location at which the simulation stops.
static Track * block
The block of track data.
TrackParser parser
The parser used during tracking.
int truncOrder
Trunction order for map tracking.
std::vector< double > dT
The initial timestep.
static std::stack< Track * > stashedTrack