ATLAS Offline Software
Loading...
Searching...
No Matches
SCTRIO_OnTrackErrorScaling.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef _SCTRIO_OnTrackErrorScaling_H_
5#define _SCTRIO_OnTrackErrorScaling_H_
6
9{
10public:
12 virtual CLID clid() const override final;
13
14 Amg::MatrixX getScaledCovariance(Amg::MatrixX&& cov_input,
15 bool is_endcap,
16 double sinLocalAngle) const;
17
24
25 static const char* const* paramNames() { return s_names; }
26 virtual bool postProcess() override final;
27
28 virtual Type type() const override final {return s_type;}
29protected:
30 static const char* const s_names[kNParamTypes];
31};
32
34
35#include "AthenaKernel/CondCont.h"
37
38#endif
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
uint32_t CLID
The Class ID type.
static const char *const * paramNames()
virtual bool postProcess() override final
virtual Type type() const override final
Amg::MatrixX getScaledCovariance(Amg::MatrixX &&cov_input, bool is_endcap, double sinLocalAngle) const
virtual CLID clid() const override final
static const char *const s_names[kNParamTypes]
static constexpr RIO_OnTrackErrorScaling::Type s_type
Definition of ATLAS Math & Geometry primitives (Amg)