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

Functions

 TileRawChannelNNMakerCfg (flags, **kwargs)

Variables

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

Detailed Description

Define method to construct configured Tile NN raw channel maker algorithm

Function Documentation

◆ TileRawChannelNNMakerCfg()

TileRawChannelNNMakerCfg ( flags,
** kwargs )
Return component accumulator with configured Tile NN raw channel maker algorithm

Arguments:
    flags  -- Athena configuration flags

Definition at line 9 of file TileRawChannelNNMakerConfig.py.

9def TileRawChannelNNMakerCfg(flags, **kwargs):
10 """Return component accumulator with configured Tile NN raw channel maker algorithm
11
12 Arguments:
13 flags -- Athena configuration flags
14 """
15 acc = ComponentAccumulator()
16 from DetDescrCnvSvc.DetDescrCnvSvcConfig import DetDescrCnvSvcCfg
17
18 acc.merge(DetDescrCnvSvcCfg(flags))
19 TileRawChannelNNMaker = CompFactory.TileRawChannelNNMaker
20 acc.addEventAlgo(TileRawChannelNNMaker(**kwargs), primary=True)
21
22 return acc
23
24
Reconstructs Tile raw channel amplitudes with the neural network of the HL-LHC TilePPr firmware,...

Variable Documentation

◆ acc

TileRawChannelNNMakerConfig.acc = MainServicesCfg(flags)

Definition at line 40 of file TileRawChannelNNMakerConfig.py.

◆ AtlasVersion

TileRawChannelNNMakerConfig.AtlasVersion

Definition at line 35 of file TileRawChannelNNMakerConfig.py.

◆ Files

TileRawChannelNNMakerConfig.Files

Definition at line 34 of file TileRawChannelNNMakerConfig.py.

◆ flags

TileRawChannelNNMakerConfig.flags = initConfigFlags()

Definition at line 33 of file TileRawChannelNNMakerConfig.py.

◆ RunType

TileRawChannelNNMakerConfig.RunType

Definition at line 36 of file TileRawChannelNNMakerConfig.py.

◆ sc

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

Definition at line 48 of file TileRawChannelNNMakerConfig.py.

◆ summariseProps

TileRawChannelNNMakerConfig.summariseProps

Definition at line 46 of file TileRawChannelNNMakerConfig.py.

◆ True

TileRawChannelNNMakerConfig.True

Definition at line 46 of file TileRawChannelNNMakerConfig.py.

◆ withDetails

TileRawChannelNNMakerConfig.withDetails

Definition at line 46 of file TileRawChannelNNMakerConfig.py.