ATLAS Offline Software
Loading...
Searching...
No Matches
TRTRIO_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 _TRTRIO_OnTrackErrorScaling_H_
5#define _TRTRIO_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 mu) 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
35#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.
Amg::MatrixX getScaledCovariance(Amg::MatrixX &&cov_input, bool is_endcap, double mu) const
static constexpr RIO_OnTrackErrorScaling::Type s_type
virtual Type type() const override final
virtual CLID clid() const override final
static const char *const * paramNames()
virtual bool postProcess() override final
static const char *const s_names[kNParamTypes]
Definition of ATLAS Math & Geometry primitives (Amg)