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_12_11_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< intm_calibMode {this, "calibMode", -1, "Calib mode"}
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 21 of file MuonCalibIntSagittaTool.cxx.

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

◆ ~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 455 of file MuonCalibIntSagittaTool.cxx.

456 {
457 SystematicSet result;
461 if (!m_useFixedRho || m_sysScheme == "AllSys") {
462 result.insert(SystematicVariation("MUON_SAGITTA_RHO", 1));
463 result.insert(SystematicVariation("MUON_SAGITTA_RHO", -1));
464 }
465
466 if (m_doEtaSagittaSys) {
467 // Sagitta correction residual bias
468 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", 1));
469 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", -1));
470
471 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", 1));
472 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", -1));
473
474 }
475 else {
476 // Sagitta correction residual bias
477 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS", 1));
478 result.insert(SystematicVariation("MUON_SAGITTA_RESBIAS", -1));
479 }
480
481 result.insert(SystematicVariation("MUON_SAGITTA_DATASTAT", 1));
482 result.insert(SystematicVariation("MUON_SAGITTA_DATASTAT", -1));
483
484 result.insert(SystematicVariation("MUON_SAGITTA_GLOBAL", 1));
485 result.insert(SystematicVariation("MUON_SAGITTA_GLOBAL", -1));
486
487 result.insert(SystematicVariation("MUON_SAGITTA_PTEXTRA", 1));
488 result.insert(SystematicVariation("MUON_SAGITTA_PTEXTRA", -1));
489
490 return result;
491 }
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 137 of file MuonCalibIntSagittaTool.cxx.

138 {
139 for(const auto& corr: correction)
140 {
141 double originalPt = pt;
142 if(isData) pt = pt / (1 + charge * corr * pt);
143 else pt = pt / (1 - charge * corr * pt);
144 ATH_MSG_DEBUG("CorrectForCharge - in pT: " << originalPt << " corrPt: " << pt << " applied saggita: " << corr);
145
146 }
147 }
#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 393 of file MuonCalibIntSagittaTool.cxx.

395 {
396 chi2 = 1e20;
397 parsID[4] = std::abs(parsID[4]);
398 parsMS[4] = std::abs(parsMS[4]);
399
400
401 Eigen::FullPivLU<AmgSymMatrix(5)> matID(covID);
402 if (!matID.isInvertible()) {
403 ATH_MSG_DEBUG(" ID weight matrix computation failed ");
405 }
406 const AmgSymMatrix(5) weightID = matID.inverse();
407
408
409 Eigen::FullPivLU<AmgSymMatrix(5)> matMS(covMS);
410 if (!matMS.isInvertible()) {
411 ATH_MSG_DEBUG(" MS weight matrix computation failed ");
413 }
414 const AmgSymMatrix(5) weightMS = matMS.inverse();
415
416
417 Eigen::FullPivLU<AmgSymMatrix(5)> matCB(weightID + weightMS);
418 if (!matCB.isInvertible()) {
419 ATH_MSG_DEBUG(" Inversion of weightCB failed ");
421 }
422 covCB = matCB.inverse();
423
424
425 Eigen::FullPivLU<AmgSymMatrix(5)> matSum(covID + covMS);
426 if (!matSum.isInvertible()) {
427 ATH_MSG_DEBUG(" Inversion of weightCB failed ");
429 }
430 AmgSymMatrix(5) invCovSum = matSum.inverse();
431
432
433 AmgVector(5) diffPars = parsID - parsMS;
434 chi2 = diffPars.transpose() * invCovSum * diffPars;
435 chi2 = chi2 / 5.;
436
437 parsCB = covCB * (weightID * parsID + weightMS * parsMS);
438 parsCB[4] *= charge;
439
440 if (parsCB[2] > M_PI)
441 parsCB[2] -= 2. * M_PI;
442 else if (parsCB[2] < -M_PI)
443 parsCB[2] += 2. * M_PI;
444 return CorrectionCode::Ok;
445 }
#define M_PI
#define AmgSymMatrix(dim)
#define AmgVector(rows)
if(pathvar)
@ 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 580 of file MuonCalibIntSagittaTool.cxx.

581 {
582 return m_Parameters.get(systConfig, m_currentParameters);
583 }
SystematicsCache< ParameterSetSagitta > m_Parameters
const ParameterSetSagitta * m_currentParameters

◆ calcSystematicVariation()

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

Definition at line 495 of file MuonCalibIntSagittaTool.cxx.

496 {
497 param.SagittaRho = MCP::SystVariation::Default;
498 param.SagittaBias = MCP::SystVariation::Default;
499 param.SagittaGlobal = MCP::SystVariation::Default;
500 param.SagittaPtExtra = MCP::SystVariation::Default;
501 param.SagittaDataStat = MCP::SystVariation::Default;
502 param.SagittaEtaSlice = MCP::SystVariation::Default;
503
504 // Sagitta Rho systematics
505 SystematicVariation syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RHO");
506
507 if (syst == SystematicVariation("MUON_SAGITTA_RHO", 1)) param.SagittaRho = MCP::SystVariation::Down;
508 else if (syst == SystematicVariation("MUON_SAGITTA_RHO", -1)) param.SagittaRho = MCP::SystVariation::Up;
509 else if (!syst.empty()) return StatusCode::FAILURE;
510
511 // Sagitta Residual Bias systematics
512 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RESBIAS");
513
514 if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS", 1)) param.SagittaBias = MCP::SystVariation::Down;
515 else if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS", -1)) param.SagittaBias = MCP::SystVariation::Up;
516 else if (!syst.empty()) return StatusCode::FAILURE;
517
518 // Sagitta Residual Global Bias systematics
519 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_GLOBAL");
520
521 if (syst == SystematicVariation("MUON_SAGITTA_GLOBAL", 1)) param.SagittaGlobal = MCP::SystVariation::Down;
522 else if (syst == SystematicVariation("MUON_SAGITTA_GLOBAL", -1)) param.SagittaGlobal = MCP::SystVariation::Up;
523 else if (!syst.empty()) return StatusCode::FAILURE;
524
525 // Sagitta Residual Bias systematics pt extrapolation
526 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_PTEXTRA");
527
528 if (syst == SystematicVariation("MUON_SAGITTA_PTEXTRA", 1)) param.SagittaPtExtra = MCP::SystVariation::Down;
529 else if (syst == SystematicVariation("MUON_SAGITTA_PTEXTRA", -1)) param.SagittaPtExtra = MCP::SystVariation::Up;
530 else if (!syst.empty()) return StatusCode::FAILURE;
531
532 // Sagitta Residual Bias systematics
533 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RESBIAS_POSETA");
534
535 if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", 1))
536 {
537 param.SagittaBias = MCP::SystVariation::Down;
538 param.SagittaEtaSlice = MCP::SystVariation::Up;
539 }
540 else if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_POSETA", -1))
541 {
542 param.SagittaBias = MCP::SystVariation::Up;
543 param.SagittaEtaSlice = MCP::SystVariation::Up;
544 }
545 else if (!syst.empty()) return StatusCode::FAILURE;
546
547 // Sagitta Residual Bias systematics
548 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_RESBIAS_NEGETA");
549
550 if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", 1))
551 {
552 param.SagittaBias = MCP::SystVariation::Down;
553 param.SagittaEtaSlice = MCP::SystVariation::Down;
554 }
555 else if (syst == SystematicVariation("MUON_SAGITTA_RESBIAS_NEGETA", -1))
556 {
557 param.SagittaBias = MCP::SystVariation::Up;
558 param.SagittaEtaSlice = MCP::SystVariation::Down;
559 }
560 else if (!syst.empty()) return StatusCode::FAILURE;
561
562 // Sagitta Residual Bias systematics
563 syst = systConfig.getSystematicByBaseName("MUON_SAGITTA_DATASTAT");
564
565 if (syst == SystematicVariation("MUON_SAGITTA_DATASTAT", 1)) param.SagittaDataStat = MCP::SystVariation::Up;
566 else if (syst == SystematicVariation("MUON_SAGITTA_DATASTAT", -1)) param.SagittaDataStat = MCP::SystVariation::Down;
567 else if (!syst.empty()) return StatusCode::FAILURE;
568
569 //
570 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaRho: " << param.SagittaRho);
571 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaBias: " << param.SagittaBias);
572 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaGlobal: " << param.SagittaGlobal);
573 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaPtExtra: " << param.SagittaPtExtra);
574 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaDataStat: " << param.SagittaDataStat);
575 ATH_MSG_DEBUG("Systematic variation's parameters, SagittaEtaSlice: " << param.SagittaEtaSlice);
576
577 return StatusCode::SUCCESS;
578 }
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 151 of file MuonCalibIntSagittaTool.cxx.

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

25 {
26 // Greet the user:
27 ATH_MSG_INFO("Initializing MuonCalibIntSagittaTool");
28
29 // Get the m_eventinfo container
30 ATH_CHECK(m_eventInfo.initialize());
31
32 // Read the recommendations
33 for(const auto& year: MCP::dataYearList)
34 {
38
39 // Corrections from the MC - what is typically referred to as the kinematic term
43 ATH_MSG_VERBOSE("Sagitta initilised: Year " <<m_release);
44 }
45
46 m_currentParameters = nullptr;
47 // Init the systematics
48 m_Parameters.initialize(affectingSystematics(), [this](const SystematicSet &systConfig, ParameterSetSagitta &param)
49 { return calcSystematicVariation(systConfig, param); });
50 if (!applySystematicVariation(SystematicSet()))
51 {
52 ATH_MSG_ERROR("Unable to run with no systematic");
53 return StatusCode::FAILURE;
54 }
55 SystematicRegistry &registry = SystematicRegistry::getInstance();
56 if (registry.registerSystematics(*this) != StatusCode::SUCCESS)
57 {
58 ATH_MSG_ERROR("Unkown systematic list");
59 return StatusCode::FAILURE;
60 }
61 // Return gracefully:
62 return StatusCode::SUCCESS;
63 }
#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 449 of file MuonCalibIntSagittaTool.cxx.

450 {
451 SystematicSet sys = affectingSystematics();
452 return sys.find(systematic) != sys.end();
453 }

◆ 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 493 of file MuonCalibIntSagittaTool.cxx.

493{ 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 330 of file MuonCalibIntSagittaTool.cxx.

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

Gaudi::Property<int> CP::MuonCalibIntSagittaTool::m_calibMode {this, "calibMode", -1, "Calib mode"}
protected

Definition at line 69 of file MuonCalibIntSagittaTool.h.

69{this, "calibMode", -1, "Calib mode"};

◆ 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_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_12_11_Run2Run3", "Release"}
protected

Definition at line 62 of file MuonCalibIntSagittaTool.h.

62{this, "release", "Recs2025_12_11_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: