EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ResidualOutlierFinder Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Fitting/include/ActsExamples/Fitting/TrkrClusterOutlierFittingAlgorithm.hpp>

+ Collaboration diagram for ResidualOutlierFinder:

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
 

Detailed Description

Definition at line 30 of file TrkrClusterOutlierFittingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 30 of file TrkrClusterOutlierFittingAlgorithm.hpp

Member Function Documentation

template<typename track_state_t >
bool ResidualOutlierFinder::operator() ( const track_state_t &  state) const
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

References chi2Cuts, and verbosity.

Member Data Documentation

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()().


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