![]() |
ATLAS Offline Software
|
Options for the NN clustering calibrator that is kind of Analogue calibrator. More...
#include <NNClusterCalibratorToolImpl.h>
Public Member Functions | |
| bool | isValid () const |
Public Attributes | |
| int | m_minClusterSizeForNN = 0 |
| const OnnxNNCollection * | m_models |
| ! minimum number of hits to run NN | |
| std::unique_ptr< AnalogueClusteringCalibrator< calib_data_t, traj_t > > | m_fallback |
| ! set of models for inference (non owning pointer) | |
Options for the NN clustering calibrator that is kind of Analogue calibrator.
Definition at line 28 of file NNClusterCalibratorToolImpl.h.
|
inline |
Definition at line 34 of file NNClusterCalibratorToolImpl.h.
| std::unique_ptr<AnalogueClusteringCalibrator<calib_data_t, traj_t> > ActsTrk::detail::NNClusterCalibratorOptions< calib_data_t, traj_t >::m_fallback |
! set of models for inference (non owning pointer)
Definition at line 33 of file NNClusterCalibratorToolImpl.h.
| int ActsTrk::detail::NNClusterCalibratorOptions< calib_data_t, traj_t >::m_minClusterSizeForNN = 0 |
Definition at line 29 of file NNClusterCalibratorToolImpl.h.
| const OnnxNNCollection* ActsTrk::detail::NNClusterCalibratorOptions< calib_data_t, traj_t >::m_models |
! minimum number of hits to run NN
Definition at line 30 of file NNClusterCalibratorToolImpl.h.