ATLAS Offline Software
Loading...
Searching...
No Matches
CP::MuonCalibIntSagittaTool Class Referenceabstract

#include <MuonCalibIntSagittaTool.h>

Inheritance diagram for CP::MuonCalibIntSagittaTool:
Collaboration diagram for CP::MuonCalibIntSagittaTool:

Classes

struct  ParameterSetSagitta

Public Member Functions

 MuonCalibIntSagittaTool (const std::string &name)
virtual ~MuonCalibIntSagittaTool ()=default
virtual StatusCode initialize () override
 Dummy implementation of the initialisation function.
virtual CorrectionCode applyCorrection (MCP::MuonObj &mu) const =0
 Declare the interface that the class provides.
virtual void print () const
 Print the state of the tool.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const
Additional helper functions, not directly mimicking Athena
template<class T>
const T * getProperty (const std::string &name) const
 Get one of the tool's properties.
const std::string & msg_level_name () const __attribute__((deprecated))
 A deprecated function for getting the message level's name.
const std::string & getName (const void *ptr) const
 Get the name of an object that is / should be in the event store.
SG::sgkey_t getKey (const void *ptr) const
 Get the (hashed) key of an object that is in the event store.

Protected Types

typedef std::map< MCP::SagittaCorrection, std::shared_ptr< MCP::CalibContainer > > SagittaCorrConstMap

Protected Member Functions

StatusCode calcSystematicVariation (const SystematicSet &systConfig, ParameterSetSagitta &param) const
void applySagittaCorrection (double &pt, const std::vector< double > &correction, const int &charge, const bool &isData) const
std::vector< doublegetCorrections (const MCP::TrackCalibObj &mu) const
double statCombCorrection (const MCP::MuonObj &mu, double corrIDpT, double corrMEpT, double CBpT) const
CorrectionCode applyStatCombination (AmgVector(5) parsID, const AmgSymMatrix(5)&covID, AmgVector(5) parsMS, const AmgSymMatrix(5)&covMS, int charge, AmgVector(5) &parsCB, AmgSymMatrix(5) &covCB, double &chi2) const
void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Protected Attributes

SG::ReadHandleKey< xAOD::EventInfom_eventInfo {this, "EventInfoContName", "EventInfo", "event info key"}
Gaudi::Property< std::string > m_release {this, "release", "Recs2025_03_26_Run2Run3", "Release"}
Gaudi::Property< boolm_doEtaSagittaSys {this, "doEtaSagittaSys", false, "Do Eta dependant systematic system"}
Gaudi::Property< boolm_applyCorrectionOnData {this, "applyCorrectionOnData", true, "If to apply sagitta corrections on data, or take the full effect as systematic"}
Gaudi::Property< boolm_doDirectCBCalib {this, "doDirectCBCalib", true, "Apply sagitta corrections on CB tracks, otherwise, on ID+MS"}
Gaudi::Property< boolm_useFixedRho {this, "useFixedRho", true, "Force Fixed Rho"}
Gaudi::Property< floatm_fixedRhoValue {this, "fixedRhoValue", 1, "Value for rho, if it is forced"}
Gaudi::Property< std::string > m_sysScheme {this, "systematicScheme", "Corr_Scale", "Systematic scheme to be configured"}
Gaudi::Property< floatm_extraRebiasSys {this, "extraRebias", 0.00002, "Additional systematic applied for the residual bias observed"}
SystematicsCache< ParameterSetSagittam_Parameters {this}
const ParameterSetSagittam_currentParameters {nullptr}
std::map< MCP::DataYear, SagittaCorrConstMapm_sagittaCorrConst_ID
std::map< MCP::DataYear, SagittaCorrConstMapm_sagittaCorrConst_ME
std::map< MCP::DataYear, SagittaCorrConstMapm_sagittaCorrConst_CB
std::map< MCP::DataYear, SagittaCorrConstMapm_sagittaCorrConst_mcID
std::map< MCP::DataYear, SagittaCorrConstMapm_sagittaCorrConst_mcME
std::map< MCP::DataYear, SagittaCorrConstMapm_sagittaCorrConst_mcCB

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

virtual ASG_TOOL_CLASS3(MuonCalibIntSagittaTool, CP::IMuonCalibIntTool, CP::ISystematicsTool, CP::IReentrantSystematicsTool) public bool isAffectedBySystematic (const SystematicVariation &systematic) const override
 Declare the interface that this class provides.
virtual SystematicSet affectingSystematics () const override
 the list of all systematics this tool can be affected by
virtual SystematicSet recommendedSystematics () const override
 the list of all systematics this tool recommends to use
virtual StatusCode applySystematicVariation (const SystematicSet &systConfig) override
 effects: configure this tool for the given list of systematic variations.
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 27 of file MuonCalibIntSagittaTool.h.

Member Typedef Documentation

◆ SagittaCorrConstMap

Definition at line 95 of file MuonCalibIntSagittaTool.h.

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ MuonCalibIntSagittaTool()

CP::MuonCalibIntSagittaTool::MuonCalibIntSagittaTool ( const std::string & name)

Definition at line 20 of file MuonCalibIntSagittaTool.cxx.

20 : asg::AsgTool(name)
21 { }

◆ ~MuonCalibIntSagittaTool()

virtual CP::MuonCalibIntSagittaTool::~MuonCalibIntSagittaTool ( )
virtualdefault

Member Function Documentation

◆ affectingSystematics()

SystematicSet CP::MuonCalibIntSagittaTool::affectingSystematics ( ) const
overrideprivatevirtual

the list of all systematics this tool can be affected by

Sagitta Systematis

Implements CP::IReentrantSystematicsTool.

Definition at line 452 of file MuonCalibIntSagittaTool.cxx.

453 {
454 SystematicSet result;
458 if (!m_useFixedRho || m_sysScheme == "AllSys") {
459 result.insert(SystematicVariation("MUON_SAGITTA_RHO", 1));
460 result.insert(SystematicVariation("MUON_SAGITTA_RHO", -1));
461 }
462
463 if (m_doEtaSagittaSys) {
464 // Sagitta correction residual bias
465 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", 1));
466 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", -1));
467
468 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", 1));
469 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", -1));
470
471 }
472 else {
473 // Sagitta correction residual bias
474 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS", 1));
475 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS", -1));
476 }
477
478 result.insert(SystematicVariation("MUON_SAGITTA_DATASTAT", 1));
479 result.insert(SystematicVariation("MUON_SAGITTA_DATASTAT", -1));
480
481 result.insert(SystematicVariation("MUON_SAGITTA_GLOBAL", 1));
482 result.insert(SystematicVariation("MUON_SAGITTA_GLOBAL", -1));
483
484 result.insert(SystematicVariation("MUON_SAGITTA_PTEXTRA", 1));
485 result.insert(SystematicVariation("MUON_SAGITTA_PTEXTRA", -1));
486
487 return result;
488 }
Gaudi::Property< bool > m_useFixedRho
Gaudi::Property< bool > m_doEtaSagittaSys
Gaudi::Property< std::string > m_sysScheme

◆ applyCorrection()

virtual CorrectionCode CP::IMuonCalibIntTool::applyCorrection ( MCP::MuonObj & mu) const
pure virtualinherited

Declare the interface that the class provides.

Apply the correction on a modifyable object

◆ applySagittaCorrection()

void CP::MuonCalibIntSagittaTool::applySagittaCorrection ( double & pt,
const std::vector< double > & correction,
const int & charge,
const bool & isData ) const
protected

Definition at line 134 of file MuonCalibIntSagittaTool.cxx.

135 {
136 for(const auto& corr: correction)
137 {
138 double originalPt = pt;
139 if(isData) pt = pt / (1 + charge * corr * pt);
140 else pt = pt / (1 - charge * corr * pt);
141 ATH_MSG_DEBUG("CorrectForCharge - in pT: " << originalPt << " corrPt: " << pt << " applied saggita: " << corr);
142
143 }
144 }
#define ATH_MSG_DEBUG(x)
setRcore setEtHad setFside pt

◆ applyStatCombination()

CorrectionCode CP::MuonCalibIntSagittaTool::applyStatCombination ( AmgVector(5) parsID,
const AmgSymMatrix(5)& covID,
AmgVector(5) parsMS,
const AmgSymMatrix(5)& covMS,
int charge,
AmgVector(5) & parsCB,
AmgSymMatrix(5) & covCB,
double & chi2 ) const
protected

Definition at line 390 of file MuonCalibIntSagittaTool.cxx.

392 {
393 chi2 = 1e20;
394 parsID[4] = std::abs(parsID[4]);
395 parsMS[4] = std::abs(parsMS[4]);
396
397
398 Eigen::FullPivLU<AmgSymMatrix(5)> matID(covID);
399 if (!matID.isInvertible()) {
400 ATH_MSG_DEBUG(" ID weight matrix computation failed ");
402 }
403 const AmgSymMatrix(5) weightID = matID.inverse();
404
405
406 Eigen::FullPivLU<AmgSymMatrix(5)> matMS(covMS);
407 if (!matMS.isInvertible()) {
408 ATH_MSG_DEBUG(" MS weight matrix computation failed ");
410 }
411 const AmgSymMatrix(5) weightMS = matMS.inverse();
412
413
414 Eigen::FullPivLU<AmgSymMatrix(5)> matCB(weightID + weightMS);
415 if (!matCB.isInvertible()) {
416 ATH_MSG_DEBUG(" Inversion of weightCB failed ");
418 }
419 covCB = matCB.inverse();
420
421
422 Eigen::FullPivLU<AmgSymMatrix(5)> matSum(covID + covMS);
423 if (!matSum.isInvertible()) {
424 ATH_MSG_DEBUG(" Inversion of weightCB failed ");
426 }
427 AmgSymMatrix(5) invCovSum = matSum.inverse();
428
429
430 AmgVector(5) diffPars = parsID - parsMS;
431 chi2 = diffPars.transpose() * invCovSum * diffPars;
432 chi2 = chi2 / 5.;
433
434 parsCB = covCB * (weightID * parsID + weightMS * parsMS);
435 parsCB[4] *= charge;
436
437 if (parsCB[2] > M_PI)
438 parsCB[2] -= 2. * M_PI;
439 else if (parsCB[2] < -M_PI)
440 parsCB[2] += 2. * M_PI;
441 return CorrectionCode::Ok;
442 }
#define M_PI
#define AmgSymMatrix(dim)
#define AmgVector(rows)
if(febId1==febId2)
@ Error
Some error happened during the object correction.
double chi2(TH1 *h0, TH1 *h1)

◆ applySystematicVariation()

StatusCode CP::MuonCalibIntSagittaTool::applySystematicVariation ( const SystematicSet & systConfig)
overrideprivatevirtual

effects: configure this tool for the given list of systematic variations.

any requested systematics that are not affecting this tool will be silently ignored (unless they cause other errors). failures: systematic unknown failures: requesting multiple variations on the same systematic (e.g. up & down) failures: requesting an unsupported variation on an otherwise supported systematic (e.g. a 2 sigma variation and the tool only supports 1 sigma variations) failures: unsupported combination of supported systematic failures: other tool specific errors

Implements CP::ISystematicsTool.

Definition at line 577 of file MuonCalibIntSagittaTool.cxx.

578 {
579 return m_Parameters.get(systConfig, m_currentParameters);
580 }
SystematicsCache< ParameterSetSagitta > m_Parameters
const ParameterSetSagitta * m_currentParameters

◆ calcSystematicVariation()

StatusCode CP::MuonCalibIntSagittaTool::calcSystematicVariation ( const SystematicSet & systConfig,
ParameterSetSagitta & param ) const
protected

Definition at line 492 of file MuonCalibIntSagittaTool.cxx.

493 {
494 param.SagittaRho = MCP::SystVariation::Default;
495 param.SagittaBias = MCP::SystVariation::Default;
496 param.SagittaGlobal = MCP::SystVariation::Default;
497 param.SagittaPtExtra = MCP::SystVariation::Default;
498 param.SagittaDataStat = MCP::SystVariation::Default;
499 param.SagittaEtaSlice = MCP::SystVariation::Default;
500
501 // Sagitta Rho systematics
502 SystematicVariation syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RHO");
503
504 if (syst == SystematicVariation("MUON_SAGITTA_RHO", 1)) param.SagittaRho = MCP::SystVariation::Down;
505 else if (syst == SystematicVariation("MUON_SAGITTA_RHO", -1)) param.SagittaRho = MCP::SystVariation::Up;
506 else if (!syst.empty()) return StatusCode::FAILURE;
507
508 // Sagitta Residual Bias systematics
509 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RESBIAS");
510
511 if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS", 1)) param.SagittaBias = MCP::SystVariation::Down;
512 else if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS", -1)) param.SagittaBias = MCP::SystVariation::Up;
513 else if (!syst.empty()) return StatusCode::FAILURE;
514
515 // Sagitta Residual Global Bias systematics
516 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_GLOBAL");
517
518 if (syst == SystematicVariation("MUON_SAGITTA_GLOBAL", 1)) param.SagittaGlobal = MCP::SystVariation::Down;
519 else if (syst == SystematicVariation("MUON_SAGITTA_GLOBAL", -1)) param.SagittaGlobal = MCP::SystVariation::Up;
520 else if (!syst.empty()) return StatusCode::FAILURE;
521
522 // Sagitta Residual Bias systematics pt extrapolation
523 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_PTEXTRA");
524
525 if (syst == SystematicVariation("MUON_SAGITTA_PTEXTRA", 1)) param.SagittaPtExtra = MCP::SystVariation::Down;
526 else if (syst == SystematicVariation("MUON_SAGITTA_PTEXTRA", -1)) param.SagittaPtExtra = MCP::SystVariation::Up;
527 else if (!syst.empty()) return StatusCode::FAILURE;
528
529 // Sagitta Residual Bias systematics
530 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RESBIAS_POSETA");
531
532 if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", 1))
533 {
534 param.SagittaBias = MCP::SystVariation::Down;
535 param.SagittaEtaSlice = MCP::SystVariation::Up;
536 }
537 else if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", -1))
538 {
539 param.SagittaBias = MCP::SystVariation::Up;
540 param.SagittaEtaSlice = MCP::SystVariation::Up;
541 }
542 else if (!syst.empty()) return StatusCode::FAILURE;
543
544 // Sagitta Residual Bias systematics
545 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RESBIAS_NEGETA");
546
547 if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", 1))
548 {
549 param.SagittaBias = MCP::SystVariation::Down;
550 param.SagittaEtaSlice = MCP::SystVariation::Down;
551 }
552 else if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", -1))
553 {
554 param.SagittaBias = MCP::SystVariation::Up;
555 param.SagittaEtaSlice = MCP::SystVariation::Down;
556 }
557 else if (!syst.empty()) return StatusCode::FAILURE;
558
559 // Sagitta Residual Bias systematics
560 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_DATASTAT");
561
562 if (syst == SystematicVariation("MUON_SAGITTA_DATASTAT", 1)) param.SagittaDataStat = MCP::SystVariation::Up;
563 else if (syst == SystematicVariation("MUON_SAGITTA_DATASTAT", -1)) param.SagittaDataStat = MCP::SystVariation::Down;
564 else if (!syst.empty()) return StatusCode::FAILURE;
565
566 //
567 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaRho: " << param.SagittaRho);
568 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaBias: " << param.SagittaBias);
569 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaGlobal: " << param.SagittaGlobal);
570 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaPtExtra: " << param.SagittaPtExtra);
571 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaDataStat: " << param.SagittaDataStat);
572 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaEtaSlice: " << param.SagittaEtaSlice);
573
574 return StatusCode::SUCCESS;
575 }
SystematicVariation getSystematicByBaseName(const std::string &basename) const
description: get the first systematic matching basename
bool empty() const
returns: whether this is an empty systematic, i.e.

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ getCorrections()

std::vector< double > CP::MuonCalibIntSagittaTool::getCorrections ( const MCP::TrackCalibObj & mu) const
protected

Definition at line 148 of file MuonCalibIntSagittaTool.cxx.

149 {
150 double eta = trk.eta;
151 double pT = trk.calib_pt;
152 SagittaCorrConstMap const *corrMap{nullptr};
153 SagittaCorrConstMap const *kinematicTermMap{nullptr};
154 if(trk.type == MCP::TrackType::CB)
155 {
156 corrMap = &m_sagittaCorrConst_CB.at(trk.year);
157 kinematicTermMap = &m_sagittaCorrConst_mcCB.at(trk.year);
158 }
159 else if(trk.type == MCP::TrackType::ID)
160 {
161 corrMap = &m_sagittaCorrConst_ID.at(trk.year);
162 kinematicTermMap = &m_sagittaCorrConst_mcID.at(trk.year);
163 }
164 else if(trk.type == MCP::TrackType::ME)
165 {
166 corrMap = &m_sagittaCorrConst_ME.at(trk.year);
167 kinematicTermMap = &m_sagittaCorrConst_mcME.at(trk.year);
168 }
169
170 std::vector<double> corrections;
171 if(trk.isData)
172 {
173 if(!m_applyCorrectionOnData) return corrections;
175 {
176 // Apply data - kinematic term for the nominal
177 double corr = corrMap->at(MCP::SagittaCorrection::Nominal)->getCalibConstant(trk);
178 corr -= kinematicTermMap->at(MCP::SagittaCorrection::Nominal)->getCalibConstant(trk);
179 corrections.push_back(corr);
180 }
181 }
182 else // if it is MC
183 {
184 // Otherwise do as needed
186 {
187 int scale = (m_currentParameters->SagittaBias == MCP::SystVariation::Up) ? 1: -1;
188 // Sanity check
190 {
191 ATH_MSG_ERROR("Sagitta correction is not applied to data, yet Eta dependant systematics are requested. This configuration is not supported");
192 return corrections;
193 }
194
195 // if no apply correction on data, apply 100% of (Data - kinematic term)
196 // TODO: Check if it 50% or 100%?
198 {
199 // Apply data - kinematic term for the nominal
200 double corr = corrMap->at(MCP::SagittaCorrection::Nominal)->getCalibConstant(trk);
201 ATH_MSG_VERBOSE("Raw corr: "<<corr);
202 // corr -= kinematicTermMap->at(MCP::SagittaCorrection::Nominal)->getCalibConstant(eta, phi);
203 // ATH_MSG_VERBOSE("Raw - Kinematic corr: "<<corr);
204 corr *= (scale);
205 ATH_MSG_VERBOSE("corr: "<<corr);
206 corrections.push_back(corr);
207 }
208
209 // 100% of resbiasMap added as res bias
210 double corr = corrMap->at(MCP::SagittaCorrection::Residual__1up)->getCalibConstant(trk);
211 corr *= scale;
212 ATH_MSG_VERBOSE("Residual corr: "<<corr);
213
214 // If eta dependant, set the p2 to 0, if it not in the given eta slices
215 if ((m_currentParameters->SagittaEtaSlice == MCP::SystVariation::Up) && eta < 0) corr = 0;
216 if ((m_currentParameters->SagittaEtaSlice == MCP::SystVariation::Down) && eta > 0) corr = 0;
217
218 corrections.push_back(corr);
219 ATH_MSG_VERBOSE("final corr: "<<corr);
220 }
221 else if(m_currentParameters->SagittaGlobal != MCP::SystVariation::Default)
222 {
223 int scale = (m_currentParameters->SagittaGlobal == MCP::SystVariation::Up) ? 1: -1;
224
225 double deltas = m_extraRebiasSys;
226 // systematic for Run3 data 2022
227 if (trk.year==MCP::DataYear::Data22) {
228 if(m_release.value().find("Recs2023") != std::string::npos) deltas = 1.2 * deltas;
229 else if(std::abs(eta)>1.05) deltas = 1.5 * deltas;
230 }
231 double corr = deltas * scale;
232 ATH_MSG_VERBOSE("Deltas corr: "<<deltas);
233
234 corrections.push_back(corr);
235 ATH_MSG_VERBOSE("final corr: "<<corr);
236
237 }
238 else if(m_currentParameters->SagittaPtExtra != MCP::SystVariation::Default)
239 {
240 int scale = (m_currentParameters->SagittaPtExtra == MCP::SystVariation::Up) ? 1: -1;
241
242 // Extra scaling to cover for non-closure in the forward and transition region
243 // As seen in the Rel 21 validation of the sagitta correction
244 // It is only concetrateed in a few high eta bin. Idea is to apply a linearly increasing sys
245 // Till it reach 450 GeV and then to flatten it.
246 // The value is chosen in an arbitrary fashion. To be replaced and fixed, once we have a better idea of
247 double corr = 0;
248 double deltas = 0.00002;
249
250 if (corrMap->at(MCP::SagittaCorrection::PtExtra__1up)->mapExist()) {
251 deltas = corrMap->at(MCP::SagittaCorrection::PtExtra__1up)->getCalibConstant(trk);
252 if (pT > 450.0)
253 corr += std::abs(450.0 - 45) * deltas; // Above 450 GeV flat
254 else
255 corr += std::abs(pT - 45) * deltas;
256 } else {
257 // old style uncertainty for Run2 and early Run3 recommendations
258 if (eta > 2 || (eta > -2 && eta < -1.05)) {
259 if (pT > 450.0)
260 corr += std::abs(450.0 - 45) / 100 * deltas; // Above 450 GeV flat
261 else
262 corr += std::abs(pT - 45) / 100 * deltas;
263 }
264 if (eta < -2 || (eta < 2 && eta> 1.5)) {
265 if (pT > 450.0)
266 corr += std::abs(450.0 - 45) / 200 * deltas; // Above 450 GeV flat
267 else
268 corr += std::abs(pT - 45) / 200 * deltas;
269 }
270 // additional uncertainties for 2022 data
271 if (m_release.value().find("Recs2023") != std::string::npos) {
272 if ( (trk.year==MCP::DataYear::Data22) && pT > 100.0) {
273 if (eta < 0 && eta> -0.5) corr += 2.1*deltas;
274 else if (eta < -1.05) corr += 1.1*deltas;
275 else if (eta > 0.5 ) corr += 0.8*deltas;
276 }
277 } else {
278 if ( trk.year==MCP::DataYear::Data22 ) {
279 if (eta > -2 && eta < -1.05) corr = corr*2.5;
280 if (eta < -2) corr = corr*6;
281 if (eta > 1.5 && eta < 2) {
282 if (pT > 450.0)
283 corr += std::abs(450.0 - 45) / 80 * deltas; // Above 450 GeV flat
284 else
285 corr += std::abs(pT - 45) / 80 * deltas;
286 }
287 if (eta > 1.05 && eta < 1.5) {
288 if (pT > 450.0)
289 corr += std::abs(450.0 - 45) / 40 * deltas; // Above 450 GeV flat
290 else
291 corr += std::abs(pT - 45) / 40 * deltas;
292 }
293 }
294 }
295 // done for old style uncertainty for Run2 and early Run3 recommendations
296 }
297
298 corrections.push_back(corr*scale);
299 ATH_MSG_VERBOSE("High pT variation for pT "<<pT<<" deltas "<<deltas<<" final corr: "<<corr);
300
301 }
302 else if(m_currentParameters->SagittaDataStat != MCP::SystVariation::Default)
303 {
304 int scale = (m_currentParameters->SagittaDataStat == MCP::SystVariation::Up) ? 1: -1;
305 // Apply 50% of the datastat map, up and down as stat error
306 // TODO change to 100%
307 // -1 is to match the convention
308 double corr = corrMap->at(MCP::SagittaCorrection::Datastat__1up)->getCalibConstant(trk);
309 corr *= (0.5 * scale);
310 ATH_MSG_VERBOSE("data stat final corr: "<<corr);
311 corrections.push_back(corr);
312 }
314 {
315 // For rho systematic, nothing happens right now
316 }
317 else
318 {
319 // if it is MC, then for nominal corrections - we don't apply anything
320 }
321 }
322
323 return corrections;
324 }
Scalar eta() const
pseudorapidity method
#define ATH_MSG_ERROR(x)
#define ATH_MSG_VERBOSE(x)
std::map< MCP::DataYear, SagittaCorrConstMap > m_sagittaCorrConst_ME
std::map< MCP::DataYear, SagittaCorrConstMap > m_sagittaCorrConst_mcME
std::map< MCP::SagittaCorrection, std::shared_ptr< MCP::CalibContainer > > SagittaCorrConstMap
std::map< MCP::DataYear, SagittaCorrConstMap > m_sagittaCorrConst_CB
Gaudi::Property< bool > m_applyCorrectionOnData
std::map< MCP::DataYear, SagittaCorrConstMap > m_sagittaCorrConst_ID
Gaudi::Property< float > m_extraRebiasSys
std::map< MCP::DataYear, SagittaCorrConstMap > m_sagittaCorrConst_mcID
Gaudi::Property< std::string > m_release
std::map< MCP::DataYear, SagittaCorrConstMap > m_sagittaCorrConst_mcCB

◆ getKey()

SG::sgkey_t asg::AsgTool::getKey ( const void * ptr) const
inherited

Get the (hashed) key of an object that is in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the SG::sgkey_t key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getName
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The hashed key of the object in the store. If not found, an invalid (zero) key.

Definition at line 119 of file AsgTool.cxx.

119 {
120
121#ifdef XAOD_STANDALONE
122 // In case we use @c xAOD::TEvent, we have a direct function call
123 // for this.
124 return evtStore()->event()->getKey( ptr );
125#else
126 const SG::DataProxy* proxy = evtStore()->proxy( ptr );
127 return ( proxy == nullptr ? 0 : proxy->sgkey() );
128#endif // XAOD_STANDALONE
129 }
ServiceHandle< StoreGateSvc > & evtStore()

◆ getName()

const std::string & asg::AsgTool::getName ( const void * ptr) const
inherited

Get the name of an object that is / should be in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the std::string name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getKey
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The string name of the object in the store. If not found, an empty string.

Definition at line 106 of file AsgTool.cxx.

106 {
107
108#ifdef XAOD_STANDALONE
109 // In case we use @c xAOD::TEvent, we have a direct function call
110 // for this.
111 return evtStore()->event()->getName( ptr );
112#else
113 const SG::DataProxy* proxy = evtStore()->proxy( ptr );
114 static const std::string dummy = "";
115 return ( proxy == nullptr ? dummy : proxy->name() );
116#endif // XAOD_STANDALONE
117 }

◆ getProperty()

template<class T>
const T * asg::AsgTool::getProperty ( const std::string & name) const
inherited

Get one of the tool's properties.

◆ initialize()

StatusCode CP::MuonCalibIntSagittaTool::initialize ( void )
overridevirtual

Dummy implementation of the initialisation function.

It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...

Reimplemented from asg::AsgTool.

Definition at line 23 of file MuonCalibIntSagittaTool.cxx.

24 {
25 // Greet the user:
26 ATH_MSG_INFO("Initializing MuonCalibIntSagittaTool");
27
28 // Get the m_eventinfo container
29 ATH_CHECK(m_eventInfo.initialize());
30
31 // Read the recommendations
32 for(const auto& year: MCP::dataYearList)
33 {
37
38 // Corrections from the MC - what is typically referred to as the kinematic term
42 ATH_MSG_VERBOSE("Sagitta initilised: Year " <<m_release);
43 }
44
45 m_currentParameters = nullptr;
46 // Init the systematics
47 m_Parameters.initialize(affectingSystematics(), [this](const SystematicSet &systConfig, ParameterSetSagitta &param)
48 { return calcSystematicVariation(systConfig, param); });
49 if (!applySystematicVariation(SystematicSet()))
50 {
51 ATH_MSG_ERROR("Unable to run with no systematic");
52 return StatusCode::FAILURE;
53 }
54 SystematicRegistry &registry = SystematicRegistry::getInstance();
55 if (registry.registerSystematics(*this) != StatusCode::SUCCESS)
56 {
57 ATH_MSG_ERROR("Unkown systematic list");
58 return StatusCode::FAILURE;
59 }
60 // Return gracefully:
61 return StatusCode::SUCCESS;
62 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfo
virtual StatusCode applySystematicVariation(const SystematicSet &systConfig) override
effects: configure this tool for the given list of systematic variations.
virtual SystematicSet affectingSystematics() const override
the list of all systematics this tool can be affected by
StatusCode calcSystematicVariation(const SystematicSet &systConfig, ParameterSetSagitta &param) const
static SystematicRegistry & getInstance()
Get the singleton instance of the registry for the curren thread.
StatusCode registerSystematics(const IReentrantSystematicsTool &tool)
effects: register all the systematics from the tool
std::map< SagittaCorrection, std::shared_ptr< CalibContainer > > createSagittaCorrMap(DataYear dataYear, TrackType type, const std::string &recommendationPath, const std::string &correctionType)
static constexpr std::array< MCP::DataYear, 7 > dataYearList
Definition EnumDef.h:34

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ isAffectedBySystematic()

bool CP::MuonCalibIntSagittaTool::isAffectedBySystematic ( const SystematicVariation & systematic) const
overrideprivatevirtual

Declare the interface that this class provides.

returns: whether this tool is affected by the given systematics

Implements CP::ISystematicsTool.

Definition at line 446 of file MuonCalibIntSagittaTool.cxx.

447 {
448 SystematicSet sys = affectingSystematics();
449 return sys.find(systematic) != sys.end();
450 }

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msg_level_name()

const std::string & asg::AsgTool::msg_level_name ( ) const
inherited

A deprecated function for getting the message level's name.

Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:

MSG::name( msg().level() )

This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.

Returns
The string name of the current minimum message level that's printed

Definition at line 101 of file AsgTool.cxx.

101 {
102
103 return MSG::name( msg().level() );
104 }
MsgStream & msg() const
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
Definition MsgLevel.cxx:19

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ print()

◆ recommendedSystematics()

SystematicSet CP::MuonCalibIntSagittaTool::recommendedSystematics ( ) const
overrideprivatevirtual

the list of all systematics this tool recommends to use

Implements CP::IReentrantSystematicsTool.

Definition at line 490 of file MuonCalibIntSagittaTool.cxx.

490{ return affectingSystematics(); }

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ statCombCorrection()

double CP::MuonCalibIntSagittaTool::statCombCorrection ( const MCP::MuonObj & mu,
double corrIDpT,
double corrMEpT,
double CBpT ) const
protected

Definition at line 327 of file MuonCalibIntSagittaTool.cxx.

328 {
329 ATH_MSG_VERBOSE("Sag mu.ID.calib_pt: "<<mu.ID.calib_pt);
330 ATH_MSG_VERBOSE("Sag mu.ME.calib_pt: "<<mu.ME.calib_pt);
331 ATH_MSG_VERBOSE("Sag mu.CB.calib_pt: "<<mu.CB.calib_pt);
332
333 // Corner cases to prevent a NaN in the combination
334 if(mu.ID.calib_pt == 0) return CBpT;
335 if(mu.ME.calib_pt == 0) return CBpT;
336 if(corrIDpT == 0) return CBpT;
337 if(corrMEpT == 0) return CBpT;
338
339 double chi2Nom = -999;
340 AmgVector(5) parsCBNom = mu.CB.pars;
341 AmgVector(5) parsID = mu.ID.pars;
342 AmgVector(5) parsMS = mu.ME.pars;
343 AmgSymMatrix(5) covCBNom = mu.CB.covariance;
344 AmgSymMatrix(5) covID = mu.ID.covariance;
345 AmgSymMatrix(5) covMS = mu.ME.covariance;
346
347 AmgVector(5) parsCBCorr;
348 AmgSymMatrix(5) covCBCorr;
349
350 // Do the statistical combination, with the original pTs
351 // create the TLV with original ID pT
352 using TLV = ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<double>>;
353 TLV tlv{mu.ID.calib_pt, mu.ID.eta, mu.ID.phi, mu.ID.mass};
354 // Now modify the ID covariance matrix, and convert it to MeV
355 if(tlv.P() == 0) parsID[4] = 1e12;
356 else parsID[4] = 1.0 / (tlv.P() * 1e3);
357
358 tlv.SetCoordinates(mu.ME.calib_pt, mu.ME.eta, mu.ME.phi, mu.ME.mass);
359 // Now modify the ME covariance matrix
360 if(tlv.P() == 0) parsMS[4] = 1e12;
361 else parsMS[4] = 1.0 / (tlv.P() * 1e3);
362
363 CorrectionCode SysCorrCode = applyStatCombination(parsID, covID, parsMS, covMS, mu.CB.calib_charge, parsCBNom, covCBNom, chi2Nom);
364 if (SysCorrCode != CorrectionCode::Ok) return CBpT;
365
366
367 // Do the statistical combination, with the original pTs
368 // create the TLV with original ID pT
369 tlv.SetCoordinates(corrIDpT, mu.ID.eta, mu.ID.phi, mu.ID.mass);
370 // Now modify the ID covariance matrix, and convert it to MeV
371 if(tlv.P() == 0) parsID[4] = 1e12;
372 else parsID[4] = 1.0 / (tlv.P() * 1e3);
373
374 tlv.SetCoordinates(corrMEpT, mu.ME.eta, mu.ME.phi, mu.ME.mass);
375 // Now modify the ME covariance matrix
376 if(tlv.P() == 0) parsMS[4] = 1e12;
377 else parsMS[4] = 1.0 / (tlv.P() * 1e3);
378
379 SysCorrCode = applyStatCombination(parsID, covID, parsMS, covMS, mu.CB.calib_charge, parsCBCorr, covCBCorr, chi2Nom);
380 if (SysCorrCode != CorrectionCode::Ok) return CBpT;
381
382
383 double statCombPtNom = std::sin(parsCBNom[3]) / std::abs(parsCBNom[4]);
384 double statCombPtCorr = std::sin(parsCBCorr[3]) / std::abs(parsCBCorr[4]);
385 double corrCBpT = CBpT * (statCombPtCorr / statCombPtNom);
386
387 return corrCBpT;
388
389 }
std::vector< Identifier > ID
@ Ok
The correction was done successfully.
CorrectionCode applyStatCombination(AmgVector(5) parsID, const AmgSymMatrix(5)&covID, AmgVector(5) parsMS, const AmgSymMatrix(5)&covMS, int charge, AmgVector(5) &parsCB, AmgSymMatrix(5) &covCB, double &chi2) const

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_applyCorrectionOnData

Gaudi::Property<bool> CP::MuonCalibIntSagittaTool::m_applyCorrectionOnData {this, "applyCorrectionOnData", true, "If to apply sagitta corrections on data, or take the full effect as systematic"}
protected

Definition at line 66 of file MuonCalibIntSagittaTool.h.

66{this, "applyCorrectionOnData", true, "If to apply sagitta corrections on data, or take the full effect as systematic"};

◆ m_currentParameters

const ParameterSetSagitta* CP::MuonCalibIntSagittaTool::m_currentParameters {nullptr}
protected

Definition at line 93 of file MuonCalibIntSagittaTool.h.

93{nullptr};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doDirectCBCalib

Gaudi::Property<bool> CP::MuonCalibIntSagittaTool::m_doDirectCBCalib {this, "doDirectCBCalib", true, "Apply sagitta corrections on CB tracks, otherwise, on ID+MS"}
protected

Definition at line 69 of file MuonCalibIntSagittaTool.h.

69{this, "doDirectCBCalib", true, "Apply sagitta corrections on CB tracks, otherwise, on ID+MS"};

◆ m_doEtaSagittaSys

Gaudi::Property<bool> CP::MuonCalibIntSagittaTool::m_doEtaSagittaSys {this, "doEtaSagittaSys", false, "Do Eta dependant systematic system"}
protected

Definition at line 65 of file MuonCalibIntSagittaTool.h.

65{this, "doEtaSagittaSys", false, "Do Eta dependant systematic system"};

◆ m_eventInfo

SG::ReadHandleKey<xAOD::EventInfo> CP::MuonCalibIntSagittaTool::m_eventInfo {this, "EventInfoContName", "EventInfo", "event info key"}
protected

Definition at line 59 of file MuonCalibIntSagittaTool.h.

59{this, "EventInfoContName", "EventInfo", "event info key"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extraRebiasSys

Gaudi::Property<float> CP::MuonCalibIntSagittaTool::m_extraRebiasSys {this, "extraRebias", 0.00002, "Additional systematic applied for the residual bias observed"}
protected

Definition at line 77 of file MuonCalibIntSagittaTool.h.

77{this, "extraRebias", 0.00002, "Additional systematic applied for the residual bias observed"};

◆ m_fixedRhoValue

Gaudi::Property<float> CP::MuonCalibIntSagittaTool::m_fixedRhoValue {this, "fixedRhoValue", 1, "Value for rho, if it is forced"}
protected

Definition at line 73 of file MuonCalibIntSagittaTool.h.

73{this, "fixedRhoValue", 1, "Value for rho, if it is forced"};

◆ m_Parameters

SystematicsCache<ParameterSetSagitta> CP::MuonCalibIntSagittaTool::m_Parameters {this}
protected

Definition at line 92 of file MuonCalibIntSagittaTool.h.

92{this};

◆ m_release

Gaudi::Property<std::string> CP::MuonCalibIntSagittaTool::m_release {this, "release", "Recs2025_03_26_Run2Run3", "Release"}
protected

Definition at line 62 of file MuonCalibIntSagittaTool.h.

62{this, "release", "Recs2025_03_26_Run2Run3", "Release"};

◆ m_sagittaCorrConst_CB

std::map<MCP::DataYear, SagittaCorrConstMap> CP::MuonCalibIntSagittaTool::m_sagittaCorrConst_CB
protected

Definition at line 100 of file MuonCalibIntSagittaTool.h.

◆ m_sagittaCorrConst_ID

std::map<MCP::DataYear, SagittaCorrConstMap> CP::MuonCalibIntSagittaTool::m_sagittaCorrConst_ID
protected

Definition at line 98 of file MuonCalibIntSagittaTool.h.

◆ m_sagittaCorrConst_mcCB

std::map<MCP::DataYear, SagittaCorrConstMap> CP::MuonCalibIntSagittaTool::m_sagittaCorrConst_mcCB
protected

Definition at line 105 of file MuonCalibIntSagittaTool.h.

◆ m_sagittaCorrConst_mcID

std::map<MCP::DataYear, SagittaCorrConstMap> CP::MuonCalibIntSagittaTool::m_sagittaCorrConst_mcID
protected

Definition at line 103 of file MuonCalibIntSagittaTool.h.

◆ m_sagittaCorrConst_mcME

std::map<MCP::DataYear, SagittaCorrConstMap> CP::MuonCalibIntSagittaTool::m_sagittaCorrConst_mcME
protected

Definition at line 104 of file MuonCalibIntSagittaTool.h.

◆ m_sagittaCorrConst_ME

std::map<MCP::DataYear, SagittaCorrConstMap> CP::MuonCalibIntSagittaTool::m_sagittaCorrConst_ME
protected

Definition at line 99 of file MuonCalibIntSagittaTool.h.

◆ m_sysScheme

Gaudi::Property<std::string> CP::MuonCalibIntSagittaTool::m_sysScheme {this, "systematicScheme", "Corr_Scale", "Systematic scheme to be configured"}
protected

Definition at line 76 of file MuonCalibIntSagittaTool.h.

76{this, "systematicScheme", "Corr_Scale", "Systematic scheme to be configured"};

◆ m_useFixedRho

Gaudi::Property<bool> CP::MuonCalibIntSagittaTool::m_useFixedRho {this, "useFixedRho", true, "Force Fixed Rho"}
protected

Definition at line 72 of file MuonCalibIntSagittaTool.h.

72{this, "useFixedRho", true, "Force Fixed Rho"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: