|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MCAST_MUONCALIBINTSAGITTATOOL_H
6 #define MCAST_MUONCALIBINTSAGITTATOOL_H
62 Gaudi::Property<std::string>
m_release{
this,
"release",
"Recs2024_05_06_Run2Run3",
"Release"};
65 Gaudi::Property<bool>
m_doEtaSagittaSys{
this,
"doEtaSagittaSys",
false,
"Do Eta dependant systematic system"};
66 Gaudi::Property<bool>
m_applyCorrectionOnData{
this,
"applyCorrectionOnData",
true,
"If to apply sagitta corrections on data, or take the full effect as systematic"};
69 Gaudi::Property<bool>
m_doDirectCBCalib{
this,
"doDirectCBCalib",
true,
"Apply sagitta corrections on CB tracks, otherwise, on ID+MS"};
72 Gaudi::Property<bool>
m_useFixedRho{
this,
"useFixedRho",
true,
"Force Fixed Rho"};
73 Gaudi::Property<float>
m_fixedRhoValue{
this,
"fixedRhoValue", 1,
"Value for rho, if it is forced"};
76 Gaudi::Property<std::string>
m_sysScheme{
this,
"systematicScheme",
"Corr_Scale",
"Systematic scheme to be configured"};
77 Gaudi::Property<float>
m_extraRebiasSys{
this,
"extraRebias", 0.00002,
"Additional systematic applied for the residual bias observed"};
Class to wrap a set of SystematicVariations.
Select isolated Photons, Electrons and Muons.
#define AmgSymMatrix(dim)
::StatusCode StatusCode
StatusCode definition for legacy code.
double chi2(TH1 *h0, TH1 *h1)
double charge(const T &p)
Return value from object correction CP tools.
helper class to cache systematics varied calibration constants inside a ISystematicsTool or IRentrant...
Basic object to cache all relevant information from the track.