ATLAS Offline Software
Loading...
Searching...
No Matches
MDTRIO_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 _MDTRIO_OnTrackErrorScaling_H_
5#define _MDTRIO_OnTrackErrorScaling_H_
6
11{
12public:
13 virtual CLID clid() const override final;
14
16 bool is_endcap) const;
17
24
25 static const char* const* paramNames() { return s_names; }
26 virtual bool postProcess() override final;
27
29 static const char* const s_names[kNParamTypes];
30};
31
34#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
virtual bool postProcess() override final
static const char *const s_names[kNParamTypes]
virtual CLID clid() const override final
static const char *const * paramNames()
Amg::MatrixX getScaledCovariance(const Amg::MatrixX &cov_input, bool is_endcap) const
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.