![]() |
Project
|
#include <Smoother.h>
Public Member Functions | |
Smoother (TrackITSExt &track, size_t layer, const ROframe &event, float bZ, o2::base::PropagatorF::MatCorrType corr) | |
~Smoother () | |
bool | isValidInit () const |
bool | testCluster (const int clusterId, const ROframe &event) |
bool | getSmoothedTrack () |
float | getChi2 () const |
float | getLastChi2 () const |
Definition at line 28 of file Smoother.h.
o2::its::Smoother< D >::Smoother | ( | TrackITSExt & | track, |
size_t | layer, | ||
const ROframe & | event, | ||
float | bZ, | ||
o2::base::PropagatorF::MatCorrType | corr | ||
) |
Definition at line 29 of file Smoother.cxx.
|
default |
|
inline |
Definition at line 40 of file Smoother.h.
|
inline |
Definition at line 41 of file Smoother.h.
bool o2::its::Smoother< D >::getSmoothedTrack | ( | ) |
|
inline |
Definition at line 34 of file Smoother.h.
bool o2::its::Smoother< D >::testCluster | ( | const int | clusterId, |
const ROframe & | event | ||
) |
Definition at line 177 of file Smoother.cxx.