Project
Loading...
Searching...
No Matches
o2::mch::TrackFinderTask< T > Class Template Reference

Public Member Functions

 TrackFinderTask (bool computeTime, bool digits, std::shared_ptr< base::GRPGeomRequest > req)
 
void init (framework::InitContext &ic)
 
void finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj)
 
void run (framework::ProcessingContext &pc)
 

Detailed Description

template<typename T>
class o2::mch::TrackFinderTask< T >

Definition at line 65 of file TrackFinderSpec.cxx.

Constructor & Destructor Documentation

◆ TrackFinderTask()

template<typename T >
o2::mch::TrackFinderTask< T >::TrackFinderTask ( bool  computeTime,
bool  digits,
std::shared_ptr< base::GRPGeomRequest req 
)
inline

Definition at line 69 of file TrackFinderSpec.cxx.

Member Function Documentation

◆ finaliseCCDB()

template<typename T >
void o2::mch::TrackFinderTask< T >::finaliseCCDB ( framework::ConcreteDataMatcher matcher,
void obj 
)
inline

finalize the track extrapolation setting

Definition at line 115 of file TrackFinderSpec.cxx.

◆ init()

template<typename T >
void o2::mch::TrackFinderTask< T >::init ( framework::InitContext ic)
inline

Prepare the track extrapolation tools

Definition at line 73 of file TrackFinderSpec.cxx.

◆ run()

template<typename T >
void o2::mch::TrackFinderTask< T >::run ( framework::ProcessingContext pc)
inline

for each event in the current TF, read the clusters and find tracks, then send them all

Definition at line 126 of file TrackFinderSpec.cxx.


The documentation for this class was generated from the following file: