ATLAS Offline Software
Loading...
Searching...
No Matches
TauJetsLRTCPContent.py
Go to the documentation of this file.
1# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
2
3TauJetsLRTCPContent = [
4 "InDetLargeD0TrackParticles",
5 "InDetLargeD0TrackParticlesAux.phi.vertexLink.theta.qOverP.truthParticleLink.truthMatchProbability",
6]
7
8from DerivationFrameworkTau.TauJetsCPContent import TauJetsCPContent
9
10TauJetsLRTCPContent = []
11for item in TauJetsCPContent:
12 lrtitem = item.replace("TauJets", "TauJetsLRT")\
13 .replace("TauTracks", "TauTracksLRT")\
14 .replace("TauSecondaryVertices", "TauSecondaryVerticesLRT")\
15 .replace("TauNeutralParticleFlowObjects", "TauNeutralParticleFlowObjectsLRT")
16 TauJetsLRTCPContent.append(lrtitem)
std::string replace(std::string s, const std::string &s2, const std::string &s3)
Definition hcg.cxx:310