ATLAS Offline Software
TauJets_MuonRMCPContent.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 from DerivationFrameworkTau.TauJetsCPContent import TauJetsCPContent
4 
5 TauJets_MuonRMCPContent = []
6 for item in TauJetsCPContent:
7  murmitem = item .replace("TauJets", "TauJets_MuonRM")\
8  .replace("TauTracks", "TauTracks_MuonRM")\
9  .replace("TauSecondaryVertices", "TauSecondaryVertices_MuonRM")\
10  .replace("TauNeutralParticleFlowObjects", "TauNeutralParticleFlowObjects_MuonRM")
11  if murmitem.startswith('TauJets_MuonRMAux') :
12  murmitem += '.originalTauJet.removedMuons'
13  TauJets_MuonRMCPContent.append(murmitem)
replace
std::string replace(std::string s, const std::string &s2, const std::string &s3)
Definition: hcg.cxx:307