ATLAS Offline Software
Loading...
Searching...
No Matches
plugin_hypo_mult.py
Go to the documentation of this file.
2# run this with: l1calo-ath-mon --postInclude GlobalSimulation/plugin_hypo_mult.py --evtMax 10 --filesInput RAW_RUN3_DATA24
3#cfg and flags are already defined
4
5# add in the Algorithm to be run
6from GlobalSimulation.GlobalSimAlgCfg_local import GlobalSimulationAlgCfg
7from PathResolver import PathResolver
8cfg_fn = PathResolver.FindCalibFile("GlobalSimulation/globalSim_hypo_mult.xml") # should probably check file is found!
9cfg.merge(GlobalSimulationAlgCfg(flags, fn=cfg_fn, dump=True))
static std::string FindCalibFile(const std::string &logical_file_name)