|
std::string | getDescription () final |
| Short description of the findlet.
|
|
void | apply (std::vector< CDCTrack > &tracks) final |
| Adjust the flight time of the given tracks.
|
|
virtual void | exposeParameters (ModuleParamList *moduleParamList __attribute__((unused)), const std::string &prefix __attribute__((unused))) |
| Forward prefixed parameters of this findlet to the module parameter list.
|
|
virtual void | apply (ToVector< AIOTypes > &... ioVectors)=0 |
| Main function executing the algorithm.
|
|
void | initialize () override |
| Receive and dispatch signal before the start of the event processing.
|
|
void | beginRun () override |
| Receive and dispatch signal for the beginning of a new run.
|
|
void | beginEvent () override |
| Receive and dispatch signal for the start of a new event.
|
|
void | endRun () override |
| Receive and dispatch signal for the end of the run.
|
|
void | terminate () override |
| Receive and dispatch Signal for termination of the event processing.
|
|
Findlet to adjust the flight time of tracks relative to the flight time zero.
The flight time of tracks is currently only adjusted in the start trajectories of each given track and the time which is need to reach the flight time zero location with the speed of flight on the curved trajectory is set as the flight time.
Definition at line 41 of file TrackFlightTimeAdjuster.h.