Skip to content

adding forceYear and forcePeriod

Hi Tomas, I added flags we discussed via emails. I think we might need to add also sth like forceTrigger flag for these purposes https://gitlab.cern.ch/atlas/athena/-/blob/21.2/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/Root/MuonScaleFactorCalculator.cxx#L296

m_muon_trigger_sf_config = "HLT_mu26_ivarmedium_OR_HLT_mu50"; sth like if (m_config->forceTrigger()!=""){ m_muon_trigger_sf_config = m_config->forceTrigger(); //e.g. "HLT_mu15" or others }

Do you agree?

All the best, Petr

Merge request reports