Skip to content
Snippets Groups Projects
Commit b7ea8475 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'cherry-pick-4dc2fc32 [formerly dd49a2dfdc]-master' into 'master'

Sweeping !16079 from 21.0 to master.
Updated enhanced slice22 config

See merge request atlas/athena!16218

Former-commit-id: 3737b4ca
parents 172896d9 6b2134f4
No related branches found
No related tags found
No related merge requests found
...@@ -44,13 +44,15 @@ wrapper.PixelClusteringMode = 101 ...@@ -44,13 +44,15 @@ wrapper.PixelClusteringMode = 101
wrapper.Ibl3DRealistic = False wrapper.Ibl3DRealistic = False
wrapper.SctClustering = True wrapper.SctClustering = True
wrapper.Clustering = True wrapper.Clustering = True
wrapper.EmulateDF = True
####wrapper.GetOffline = True ####wrapper.GetOffline = True
wrapper.GetOffline = False wrapper.GetOffline = False
### Tower 22 ROD list, see slide 53 of https://indico.cern.ch/event/712049/contributions/2924263/attachments/1622355/2581965/ftk_intro_session.pdf ### EnhancedSlice22 ROD ID list, see:
wrapper.pixRodIds = ['0x111750', '0x112521', '0x112559', '0x130149', '0x111710', '0x130146', '0x140103', '0x140093'] ### https://its.cern.ch/jira/browse/FTKSIM-107?focusedCommentId=2350985&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2350985
wrapper.sctRodIds = ['0x220100', '0x220101', '0x220102', '0x220103'] wrapper.pixRodIds = ['0x140103','0x111750','0x112521','0x112559','0x140093','0x130149','0x111710','0x130146']
wrapper.sctRodIds = ['0x220100','0x220103','0x220101','0x220102']
theJob += wrapper theJob += wrapper
......
...@@ -98,7 +98,6 @@ def getTransform(): ...@@ -98,7 +98,6 @@ def getTransform():
outData=['NTUP_FTK'], outData=['NTUP_FTK'],
runtimeRunargs={ runtimeRunargs={
'inputNTUP_FTKTMPFile': "['tmp.NTUP_FTKTMP']", 'inputNTUP_FTKTMPFile': "['tmp.NTUP_FTKTMP']",
'inputNTUP_FTKIPFile' : "['OUT.NTUP_FTKIP.root']",
'MergeFromTowers': True, 'MergeFromTowers': True,
'FirstRegion': 0, 'FirstRegion': 0,
'NBanks': 1, 'NBanks': 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment