37 const std::vector<unsigned long long>& maxtsteps,
int stepsperturn,
double zStart,
58 std::vector<double>
dT;
PartBunch< PLayout_t< double, 3 >, double, 3 > PartBunch_t
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.
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.
std::vector< double > zstop
The location at which the simulation stops.
static Track * block
The block of track data.
Steppers::TimeIntegrator timeIntegrator
The ID of time integrator.
TrackParser parser
The parser used during tracking.
static std::stack< Track * > stashedTrack
Track(BeamSequence *, const PartData &, const std::vector< double > &dt, const std::vector< unsigned long long > &maxtsteps, int stepsperturn, double zStart, const std::vector< double > &zStop, Steppers::TimeIntegrator timeintegrator, double t0, double dtScInit, double deltaTau)
int truncOrder
Trunction order for map tracking.
PartBunch_t * bunch
The particle bunch to be tracked.
std::vector< double > dT
The initial timestep.