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 9 of file MBTSTimeDiffEventInfoAlgConfig.py.

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

Variable Documentation

◆ acc

MBTSTimeDiffEventInfoAlgConfig.acc = MainServicesCfg(flags)

Definition at line 50 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ Files

MBTSTimeDiffEventInfoAlgConfig.Files

Definition at line 45 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ flags

MBTSTimeDiffEventInfoAlgConfig.flags = initConfigFlags()

Definition at line 44 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ RunType

MBTSTimeDiffEventInfoAlgConfig.RunType

Definition at line 46 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ sc

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

Definition at line 61 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ summariseProps

MBTSTimeDiffEventInfoAlgConfig.summariseProps

Definition at line 58 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ True

MBTSTimeDiffEventInfoAlgConfig.True

Definition at line 58 of file MBTSTimeDiffEventInfoAlgConfig.py.

◆ withDetails

MBTSTimeDiffEventInfoAlgConfig.withDetails

Definition at line 58 of file MBTSTimeDiffEventInfoAlgConfig.py.