ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
share
plugin_GlobalSimFromJson.py
Go to the documentation of this file.
1
from
GlobalSimulation.GlobalSimJsonConfig
import
GlobalSimJsonCfg
2
from
TrigValTools.TrigValSteering.Common
import
find_file_in_path
3
4
def
setup
(flags):
5
if
flags.Concurrency.NumThreads==0:
6
flags.Concurrency.NumThreads=1
7
8
#jsonpath = find_file_in_path("L0GlobalTestMenuv1_Khoo.json", 'DATAPATH')
9
jsonpath = find_file_in_path(
"GlobalSimulation/L0GlobalTestMenuv1_AllChainsCfg.json"
,
'DATAPATH'
)
10
11
force_TOBs = [
12
# 'LArCellMux'
13
"gFexRhoTOBs"
,
14
]
15
16
ignore_prereqs = [
17
# 'LArCellMux'
18
]
19
20
cfg.merge( GlobalSimJsonCfg(flags, jsonpath, force_TOBs, ignore_prereqs) )
plugin_GlobalSimFromJson.setup
setup(flags)
Definition
plugin_GlobalSimFromJson.py:4
Generated on
for ATLAS Offline Software by
1.17.0