Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!69538
Delete reference to legacy config in InDetPRDToxAOD
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Delete reference to legacy config in InDetPRDToxAOD
tstreble-24.0-patch-0862
into
24.0
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Thomas Strebler
requested to merge
tstreble-24.0-patch-0862
into
24.0
1 year ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
24.0
24.0 (base)
and
latest version
latest version
c32e8a2b
1 commit,
1 year ago
1 file
+
0
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/doc/TRT.txt deleted
100644 → 0
+
0
−
37
Options
This tools is inspired on:
MuonSpectrometer/MuonCnv/MuonPrepRawDataToxAOD
To run, you have to have flag:
rec.doAOD=True
InDetFlags.doxAOD.set_Value_and_Lock()
Then, in: InnerDetector/InDetExample/InDetRecExample/share/WriteInDetAOD.py
Add:
if InDetFlags.doxAOD():
InDetAODList += ['xAOD::PrepRawDataContainer_v1#TRT_DriftCircles']
InDetAODList += ['xAOD::PrepRawDataAuxContainer_v1#TRT_DriftCirclesAux.']
In: InnerDetector/InDetExample/InDetRecExample/share/InDetxAODCreator.py
from TRT_ConditionsServices.TRT_ConditionsServicesConf import
TRT_StrawNeighbourSvc
TRTStrawNeighbourSvc=TRT_StrawNeighbourSvc()
ServiceMgr += TRTStrawNeighbourSvc
from TRT_ConditionsServices.TRT_ConditionsServicesConf import TRT_CalDbSvc
TRTCalibDBSvc=TRT_CalDbSvc()
ServiceMgr += TRTCalibDBSvc
from InDetPrepRawDataToxAOD.InDetPrepRawDataToxAODConf import
TRT_PrepDataToxAOD
xAOD_TRT_PrepDataToxAOD = TRT_PrepDataToxAOD( name =
"xAOD_TRT_PrepDataToxAOD")
xAOD_TRT_PrepDataToxAOD.OutputLevel=DEBUG
print "Add TRT xAOD PrepRawData:"
print xAOD_TRT_PrepDataToxAOD
topSequence += xAOD_TRT_PrepDataToxAOD
Loading