ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTau
python
TauJetsLRTCPContent.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
2
3
TauJetsLRTCPContent = [
4
"InDetLargeD0TrackParticles"
,
5
"InDetLargeD0TrackParticlesAux.phi.vertexLink.theta.qOverP.truthParticleLink.truthMatchProbability"
,
6
]
7
8
from
DerivationFrameworkTau.TauJetsCPContent
import
TauJetsCPContent
9
10
TauJetsLRTCPContent = []
11
for
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)
replace
std::string replace(std::string s, const std::string &s2, const std::string &s3)
Definition
hcg.cxx:312
Generated on
for ATLAS Offline Software by
1.17.0