ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
python
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
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
8
def
GlobalSimulationCfg
(flags):
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
PathResolver::FindCalibFile
static std::string FindCalibFile(const std::string &logical_file_name)
Definition
PathResolver.h:63
GlobalSimulationConfig.GlobalSimulationCfg
GlobalSimulationCfg(flags)
Definition
GlobalSimulationConfig.py:8
Generated on
for ATLAS Offline Software by
1.16.1