ATLAS Offline Software
Loading...
Searching...
No Matches
MBTSTimeDiffEventInfoAlgConfig Namespace Reference

Functions

 MBTSTimeDiffEventInfoAlgCfg (flags, **kwargs)

Variables

 flags = initConfigFlags()
 Files
 RunType
 acc = MainServicesCfg(flags)
 withDetails
 True
 summariseProps
 sc = acc.run(maxEvents = 3)

Detailed Description

Define method to construct configured MBTS time difference algorithm

Function Documentation

◆ MBTSTimeDiffEventInfoAlgCfg()

MBTSTimeDiffEventInfoAlgConfig.MBTSTimeDiffEventInfoAlgCfg ( flags,
** kwargs )
Return component accumulator with configured MBTS time difference algorithm

Arguments:
    flags  -- Athena configuration flags

Definition at line 10 of file MBTSTimeDiffEventInfoAlgConfig.py.

10def MBTSTimeDiffEventInfoAlgCfg(flags, **kwargs):
11 """Return component accumulator with configured MBTS time difference algorithm
12
13 Arguments:
14 flags -- Athena configuration flags
15 """
16
17 acc = ComponentAccumulator()
18
19 from TileConditions.TileCablingSvcConfig import TileCablingSvcCfg
20 acc.merge( TileCablingSvcCfg(flags) )
21
22 from TileGeoModel.TileGMConfig import TileGMCfg
23 acc.merge(TileGMCfg(flags))
24
25 from LArGeoAlgsNV.LArGMConfig import LArGMCfg
26 acc.merge(LArGMCfg(flags))
27
28 if flags.Common.ProductionStep is ProductionStep.MinbiasPreprocessing:
29 kwargs.setdefault('EventInfo', flags.Overlay.BkgPrefix + "EventInfo")
30
31 MBTSTimeDiffEventInfoAlg=CompFactory.MBTSTimeDiffEventInfoAlg
32 acc.addEventAlgo(MBTSTimeDiffEventInfoAlg(**kwargs), primary = True)
33
34 return acc
35
36
37

Variable Documentation

◆ acc

MBTSTimeDiffEventInfoAlgConfig.acc = MainServicesCfg(flags)

Definition at line 54 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ Files

MBTSTimeDiffEventInfoAlgConfig.Files

Definition at line 49 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ flags

MBTSTimeDiffEventInfoAlgConfig.flags = initConfigFlags()

Definition at line 48 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ RunType

MBTSTimeDiffEventInfoAlgConfig.RunType

Definition at line 50 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ sc

MBTSTimeDiffEventInfoAlgConfig.sc = acc.run(maxEvents = 3)

Definition at line 65 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ summariseProps

MBTSTimeDiffEventInfoAlgConfig.summariseProps

Definition at line 62 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ True

MBTSTimeDiffEventInfoAlgConfig.True

Definition at line 62 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ withDetails

MBTSTimeDiffEventInfoAlgConfig.withDetails

Definition at line 62 of file MBTSTimeDiffEventInfoAlgConfig.py.