OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
NilTracker.cpp
Go to the documentation of this file.
1 //
2 // Copyright & License: See Copyright.readme in src directory
3 //
4 
6 
8  const PartData &reference,
9  bool revBeam,
10  bool revTrack):
11  Tracker(beamline, reference, revBeam, revTrack)
12 { }
13 
14 
16 
17 }
18 
20 
21 }
virtual void execute()
Apply the algorithm to the top-level beamline.
Definition: NilTracker.cpp:19
virtual ~NilTracker()
Definition: NilTracker.cpp:15
Particle reference data.
Definition: PartData.h:38
An abstract sequence of beam line components.
Definition: Beamline.h:37
Track particles or bunches.
Definition: Tracker.h:84