2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.Enums
import LHCPeriod
9 createlb = CompFactory.CreateLumiBlockCollectionFromFile()
11 if configFlags.GeoModel.Run < LHCPeriod.Run3:
13 createlb.streamName = configFlags.Input.TriggerStream.split(
"_")[1]
16 if not configFlags.Input.isMC
and not configFlags.Common.isOnline:
17 from IOVDbSvc.IOVDbSvcConfig
import addFolders
22 [
"/GLOBAL/FILECOUNT/PROMPT"],
23 tag=
"GlobalFileCountPrompt-Tier0",
25 className=
"CondAttrListCollection",
28 result.addEventAlgo(createlb)