![]() |
ATLAS Offline Software
|
#include <StripCalibratorToolImpl.h>
Public Types | |
| using | base_class = typename extends<AthAlgTool, IStripOnTrackCalibratorTool<traj_t>>::base_class |
Public Member Functions | |
| StripCalibratorToolImpl (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| virtual std::unique_ptr< StripOnBoundStateCalibratorBase > | create (const EventContext &ctx) const override |
| virtual std::unique_ptr< StripOnTrackCalibratorBase< traj_t > > | createOnTrackCalibrator (const EventContext &ctx) const override final |
| virtual bool | calibrateAfterMeasurementSelection () const override |
Private Member Functions | |
| StripCalibrator< traj_t >::Options | createOptions (const EventContext &) const |
Private Attributes | |
| Gaudi::Property< bool > | m_postCalibration {this, "CalibrateAfterMeasurementSelection", false} |
| Gaudi::Property< bool > | m_correctCovariance {this, "PerformCovarianceCalibration", true} |
| Gaudi::Property< int > | m_errorStrategy {this,"errorStrategy", 0, "Which error strategy to use for clusters on track: 0 - no correction, 1 - cluster size, 2 - from clustering tool"} |
Definition at line 61 of file StripCalibratorToolImpl.h.
| using ActsTrk::detail::StripCalibratorToolImpl< traj_t >::base_class = typename extends<AthAlgTool, IStripOnTrackCalibratorTool<traj_t>>::base_class |
Definition at line 64 of file StripCalibratorToolImpl.h.
| ActsTrk::detail::StripCalibratorToolImpl< traj_t >::StripCalibratorToolImpl | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
|
overridevirtual |
|
inlineoverridevirtual |
Definition at line 72 of file StripCalibratorToolImpl.h.
|
inlinefinaloverridevirtual |
Definition at line 75 of file StripCalibratorToolImpl.h.
|
inlineprivate |
Definition at line 82 of file StripCalibratorToolImpl.h.
|
overridevirtual |
|
private |
Definition at line 90 of file StripCalibratorToolImpl.h.
|
private |
Definition at line 91 of file StripCalibratorToolImpl.h.
|
private |
Definition at line 89 of file StripCalibratorToolImpl.h.