Skip to content
Snippets Groups Projects
Commit db5cd85d authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'LumiCACache' into 'master'

use AccumulatorCache for LuminosityCondAlgCfg

See merge request atlas/athena!58200
parents e3e13f2e baf2ab10
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,9 @@ from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator ...@@ -10,8 +10,9 @@ from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from AthenaConfiguration.Enums import BeamType from AthenaConfiguration.Enums import BeamType
from IOVDbSvc.IOVDbSvcConfig import addFolders from IOVDbSvc.IOVDbSvcConfig import addFolders
from AthenaCommon.Logging import logging from AthenaCommon.Logging import logging
from AthenaConfiguration.AccumulatorCache import AccumulatorCache
@AccumulatorCache
def LuminosityCondAlgCfg (configFlags, useOnlineLumi=None, suffix=None): def LuminosityCondAlgCfg (configFlags, useOnlineLumi=None, suffix=None):
# This function, without the useOnlineLumi and suffix arguments, will set up a default configuration # This function, without the useOnlineLumi and suffix arguments, will set up a default configuration
# appropriate to the job; the conditions object will be called LuminosityCondData # appropriate to the job; the conditions object will be called LuminosityCondData
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment