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