EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
template<typename track_state_t > | |
bool | operator() (const track_state_t &state) const |
Public Attributes | |
std::vector< std::pair< long unsigned int, double > > | chi2Cuts |
int | verbosity = 0 |
Definition at line 30 of file TrkrClusterOutlierFittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 30 of file TrkrClusterOutlierFittingAlgorithm.hpp
|
inline |
can't determine an outlier without a measusrement or prediction from KF
residuals between measurement and predicted state, local coord
Get the relevant state parameters
Calculate the chi2 between the prediction and measurement, similar to Acts::MeasurementSelector.operator()
If it's some other (unknown) detector default to keeping the measurement
Definition at line 35 of file TrkrClusterOutlierFittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 35 of file TrkrClusterOutlierFittingAlgorithm.hpp
std::vector<std::pair<long unsigned int, double> > ResidualOutlierFinder::chi2Cuts |
Definition at line 31 of file TrkrClusterOutlierFittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 31 of file TrkrClusterOutlierFittingAlgorithm.hpp
Referenced by operator()().
int ResidualOutlierFinder::verbosity = 0 |
Definition at line 32 of file TrkrClusterOutlierFittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 32 of file TrkrClusterOutlierFittingAlgorithm.hpp
Referenced by operator()().