PandaRoot task providing PndFtsTrackFinder functionality.
More...
#include <PndFtsTrackFinderTask.h>
|
InitStatus | Init () override |
|
void | Finish () override |
|
PandaRoot task providing PndFtsTrackFinder functionality.
- Author
- Bartosz Sobol
- Date
- : 18.11.2021
Definition at line 25 of file PndFtsTrackFinderTask.h.
◆ PndFtsTrackFinderTask() [1/3]
PndFtsTrackFinderTask::PndFtsTrackFinderTask |
( |
const TString & |
name = "PndFtsTrackFinder" | ) |
|
|
explicit |
Primary and only constructor.
- Parameters
-
◆ PndFtsTrackFinderTask() [2/3]
◆ PndFtsTrackFinderTask() [3/3]
◆ ~PndFtsTrackFinderTask()
PndFtsTrackFinderTask::~PndFtsTrackFinderTask |
( |
| ) |
|
|
override |
◆ Exec()
void PndFtsTrackFinderTask::Exec |
( |
Option_t * |
option | ) |
|
|
override |
Main execution method, called once for each event.
- Parameters
-
◆ Finish()
void PndFtsTrackFinderTask::Finish |
( |
| ) |
|
|
overrideprotected |
Method called once after all events are processed.
◆ Init()
InitStatus PndFtsTrackFinderTask::Init |
( |
| ) |
|
|
overrideprotected |
Initialisation of the task job in FairRoot and PandaRoot environment. Called once.
- Returns
- Initialization status code.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SetMomentumEstimationMethod()
Sets moemntum estimation method. If never invoked, the default "TANGENT" method is used.
- Parameters
-
momEstMethod | Momentum estimatrion method. |
◆ SetOutputBranchName()
void PndFtsTrackFinderTask::SetOutputBranchName |
( |
const TString & |
name | ) |
|
Sets the name of the output branch containing generated PndTracks. If never invoked, the default "FtsTrack" name is used. Name of the branch containig PndTrackCands will be set to name + "Cand"
- Parameters
-
name | Name of the branch with PndTracks in output ROOT file. |
The documentation for this class was generated from the following file: