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

Functions

 setup (flags)

Variables

 jsonpath = find_file_in_path("GlobalSimulation/L0GlobalTestMenuv1_Khoo.json", 'DATAPATH')
list force_TOBs
dict txt_inputs
dict txt_outputs

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 # turn off everything else from the steering script
9 flags.DQ.doMonitoring=False
10 flags.Trigger.enableL1CaloPhase1=False
11
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:
= [
# "GlobalSim_JET1Jets",
]

Definition at line 17 of file plugin_GlobalSimFromJson.py.

◆ jsonpath

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

Definition at line 12 of file plugin_GlobalSimFromJson.py.

◆ txt_inputs

dict plugin_GlobalSimFromJson.txt_inputs
Initial value:
= {
# 'GlobalSim_CellTowers': ('topoc_pu_type','/eos/atlas/atlascerngroupdisk/trig-gbl/online/ValidationGate/input_data/hex/mc_events/JET1/myfile_tree.hex.txt'),
}

Definition at line 21 of file plugin_GlobalSimFromJson.py.

◆ txt_outputs

dict plugin_GlobalSimFromJson.txt_outputs
Initial value:
= {
# 'GlobalSim_JET1Jets': ('main_output_type','JET1_out_hex.txt'),
}

Definition at line 25 of file plugin_GlobalSimFromJson.py.