Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
21d5dd9f
Commit
21d5dd9f
authored
Aug 31, 2021
by
Sergi Rodriguez Bosca
Browse files
Solving crash due to a missing line in the JO files
parent
28d2c206
Changes
2
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigT1/L1CaloFEX/L1CaloFEXSim/share/eFEXDriverJobOptions.py
View file @
21d5dd9f
...
...
@@ -49,6 +49,7 @@ DetFlags.detdescr.Calo_setOn()
include
(
"RecExCond/AllDet_detDescr.py"
)
# menu with default configuration for testing
from
AthenaConfiguration.ComponentAccumulator
import
CAtoGlobalWrapper
from
AthenaConfiguration.AllConfigFlags
import
ConfigFlags
from
TrigConfigSvc.TrigConfigSvcCfg
import
L1ConfigSvcCfg
CAtoGlobalWrapper
(
L1ConfigSvcCfg
,
ConfigFlags
)
...
...
Trigger/TrigT1/L1CaloFEX/L1CaloFEXSim/share/jFEXDriverJobOptions.py
View file @
21d5dd9f
...
...
@@ -49,6 +49,7 @@ DetFlags.detdescr.Calo_setOn()
include
(
"RecExCond/AllDet_detDescr.py"
)
# menu with default configuration for testing
from
AthenaConfiguration.ComponentAccumulator
import
CAtoGlobalWrapper
from
AthenaConfiguration.AllConfigFlags
import
ConfigFlags
from
TrigConfigSvc.TrigConfigSvcCfg
import
L1ConfigSvcCfg
CAtoGlobalWrapper
(
L1ConfigSvcCfg
,
ConfigFlags
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment