ATLAS Offline Software
Loading...
Searching...
No Matches
plugin_GlobalSimFromJson Namespace Reference

Functions

 setup (flags)

Variables

 jsonpath = find_file_in_path("GlobalSimulation/L0GlobalTestMenuv1_AllChainsCfg.json", 'DATAPATH')
list force_TOBs
list ignore_prereqs

Function Documentation

◆ setup()

setup ( flags)

Definition at line 4 of file plugin_GlobalSimFromJson.py.

4def setup(flags):
5 if flags.Concurrency.NumThreads==0:
6 flags.Concurrency.NumThreads=1
7
8#jsonpath = find_file_in_path("L0GlobalTestMenuv1_Khoo.json", 'DATAPATH')
bool setup(asg::AnaToolHandle< Interface > &tool, const std::string &type, const std::vector< std::string > &config, const std::string &progressFile="")
mostly useful for athena, which will otherwise re-use the previous tool

Variable Documentation

◆ force_TOBs

list plugin_GlobalSimFromJson.force_TOBs
Initial value:
= [
# 'LArCellMux'
"gFexRhoTOBs",
]

Definition at line 11 of file plugin_GlobalSimFromJson.py.

◆ ignore_prereqs

list plugin_GlobalSimFromJson.ignore_prereqs
Initial value:
= [
# 'LArCellMux'
]

Definition at line 16 of file plugin_GlobalSimFromJson.py.

◆ jsonpath

plugin_GlobalSimFromJson.jsonpath = find_file_in_path("GlobalSimulation/L0GlobalTestMenuv1_AllChainsCfg.json", 'DATAPATH')

Definition at line 9 of file plugin_GlobalSimFromJson.py.