ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
template<typename track_state_t > | |
bool | operator() (const track_state_t &trackState) const |
Public call mimicking an outlier finder. | |
Public Attributes | |
double | measurementSignificanceCutoff = 0 |
The measurement significance criteria. | |
double | chi2Tolerance = 10e-5 |
The chi2 round-off error. | |
Definition at line 223 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 223 of file KalmanFitterTests.cpp
|
inline |
Public call mimicking an outlier finder.
track_state_t | Type of the track state |
trackState | The trackState to investigate |
Definition at line 237 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 237 of file KalmanFitterTests.cpp
References kdfinder::abs().
double Acts::Test::MinimalOutlierFinder::chi2Tolerance = 10e-5 |
The chi2 round-off error.
Definition at line 227 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 227 of file KalmanFitterTests.cpp
double Acts::Test::MinimalOutlierFinder::measurementSignificanceCutoff = 0 |
The measurement significance criteria.
Definition at line 225 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 225 of file KalmanFitterTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().