ATLAS Offline Software
Loading...
Searching...
No Matches
MuonEtaPhiRIO_OnTrackErrorScaling.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef _MUONETAPHIRIO_OnTrackErrorScaling_H_
5#define _MUONETAPHIRIO_OnTrackErrorScaling_H_
6
11{
12public:
13 virtual CLID clid() const override final;
16 const Trk::ParamDefs measuredCoord) const;
17
24
25 static const char* const* paramNames() { return s_names; }
26 virtual Type type() const override final {return s_type;}
27 virtual bool postProcess() override final;
28
30 static const char* const s_names[kNParamTypes];
31};
32
35 81544491,
37#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.
#define protected
static constexpr RIO_OnTrackErrorScaling::Type s_type
Amg::MatrixX getScaledCovariance(Amg::MatrixX &&cov_input, const Trk::ParamDefs measuredCoord) const
static const char *const s_names[kNParamTypes]
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
ParamDefs
This file defines the parameter enums in the Trk namespace.
Definition ParamDefs.h:32