3from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory
import CompFactory
8 result = ComponentAccumulator()
10 result.addService(CompFactory.MuonCalibStreamFileInputSvc(name, InputFiles = flags.Input.Files, DumpStream = 1),primary =
True)
16 result = ComponentAccumulator()
18 result.addService(CompFactory.MuonCalibStreamCnvSvc(name), primary =
True)
24 result = ComponentAccumulator()
26 result.addService(CompFactory.MuonCalibStreamAddressProviderSvc(name), primary =
True)
32 result = ComponentAccumulator()
33 result.addService(CompFactory.MuonCalibStreamDataProviderSvc(name,RunNumber = flags.Input.RunNumbers[0],LumiBlockNumberFromCool =
False, RunNumberFromCool=
False), primary =
True)
39 result = ComponentAccumulator()
40 result.addService(CompFactory.EventSelectorMuonCalibStream(name), primary =
True)
46 result = ComponentAccumulator()
47 result.addService(CompFactory.MuonCalibRunLumiBlockCoolSvc(name), primary =
True)
MuonCalibRunLumiBlockCoolSvcCfg(flags, name='MuonCalibRunLumiBlockCoolSvc')
MuonCalibStreamFileInputSvcCfg(flags, name='MuonCalibStreamFileInputSvc')
MuonCalibStreamCnvSvcCfg(flags, name='MuonCalibStreamCnvSvc')
MuonCalibStreamDataProviderSvcCfg(flags, name='MuonCalibStreamDataProviderSvc')
EventSelectorMuonCalibStreamCfg(flags, name='EventSelectorMuonCalibStream')
MuonCalibStreamAddressProviderSvcCfg(flags, name='MuonCalibStreamAddressProviderSvc')