ATLAS Offline Software
Loading...
Searching...
No Matches
GlobalSimulationConfig.py
Go to the documentation of this file.
1#!/usr/bin/env python
2# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
4# placeholder file for GlobalSimulation cfg fragment
5
6from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
7
9 cfg = ComponentAccumulator()
10
11 # todo: A GlobalSimulation configured by flags and any extra arguments
12 from GlobalSimulation.GlobalSimAlgCfg_local import GlobalSimulationAlgCfg
13 from PathResolver import PathResolver
14 cfg_fn = PathResolver.FindCalibFile("GlobalSimulation/globalSim_hypo_mult.xml")
15 cfg.merge(GlobalSimulationAlgCfg(flags, fn=cfg_fn, dump=True))
16
17 return cfg
static std::string FindCalibFile(const std::string &logical_file_name)