|
BmnRoot
|
#include <CbmL1SttTrackFinder.h>
Public Member Functions | |
| CbmL1SttTrackFinder (const char *name="CbmL1SttTrackFinder", Int_t iVerbose=1) | |
| ~CbmL1SttTrackFinder () | |
| InitStatus | Init () |
| InitStatus | ReInit () |
| void | SetParContainers () |
| void | Exec (Option_t *option) |
| void | Finish () |
| ClassDef (CbmL1SttTrackFinder, 1) | |
Definition at line 13 of file CbmL1SttTrackFinder.h.
| CbmL1SttTrackFinder::CbmL1SttTrackFinder | ( | const char * | name = "CbmL1SttTrackFinder", |
| Int_t | iVerbose = 1 |
||
| ) |
Constructor
Definition at line 44 of file CbmL1SttTrackFinder.cxx.
| CbmL1SttTrackFinder::~CbmL1SttTrackFinder | ( | ) |
Destructor
Definition at line 51 of file CbmL1SttTrackFinder.cxx.
| CbmL1SttTrackFinder::ClassDef | ( | CbmL1SttTrackFinder | , |
| 1 | |||
| ) |
| void CbmL1SttTrackFinder::Exec | ( | Option_t * | option | ) |
Definition at line 90 of file CbmL1SttTrackFinder.cxx.
References CbmL1SttTrack::C, CbmL1SttTrack::chi2, CbmL1SttTrack::Compare(), CbmKFMath::CopyTC2TrackParam(), CbmStsKFTrackFitter::DoFit(), CbmKFTrackInterface::Extrapolate(), fabs(), CbmL1SttHit::Filter(), CbmL1SttHit::FitPoint, CbmL1SttTrack::GetRefChi2(), CbmL1SttTrack::GetRefNDF(), i, CbmL1SttHit::index, CbmKF::Instance(), CbmL1SttHit::iStation, m, CbmL1SttTrack::NDF, CbmL1SttTrack::NHits, CbmL1SttTrack::NMissed, CbmL1SttTrack::NMissedStations, CbmL1SttTrack::ok, CbmKFUMeasurement::phi_2sc, CbmKFUMeasurement::phi_c, CbmKFUMeasurement::phi_cc, CbmKFUMeasurement::phi_s, CbmKFUMeasurement::phi_ss, CbmL1SttTrack::SetMuchTrack(), CbmL1SttTrack::SetStsTrack(), CbmKFUMeasurement::sigma2, CbmL1SttTrack::stopped, CbmL1SttTrack::StsID, CbmKF::SttStationIDMap, CbmL1SttTrack::T, CbmKFUMeasurement::u, CbmL1SttTrack::vHits, and CbmKF::vSttMaterial.
| void CbmL1SttTrackFinder::Finish | ( | ) |
Action after each event.
Definition at line 85 of file CbmL1SttTrackFinder.cxx.
| InitStatus CbmL1SttTrackFinder::Init | ( | ) |
Definition at line 55 of file CbmL1SttTrackFinder.cxx.
References ReInit().
| InitStatus CbmL1SttTrackFinder::ReInit | ( | ) |
Reinitialisation. @value Success If not kSUCCESS, task will be set inactive.
Definition at line 60 of file CbmL1SttTrackFinder.cxx.
References CbmStsKFTrackFitter::Init().
Referenced by Init().
| void CbmL1SttTrackFinder::SetParContainers | ( | ) |
Intialise parameter containers.
Definition at line 81 of file CbmL1SttTrackFinder.cxx.