ATLAS Offline Software
Loading...
Searching...
No Matches
python.CaloThinCellsByClusterAlgConfig Namespace Reference

Functions

 CaloThinCellsByClusterAlgCfg (flags, streamName, clusters, samplings=[], cells='AllCalo')

Variables

list only = ['CaloThinCellsByClusterAlg_myclusters']
 flags1 = initConfigFlags()
 Files
 acc1
 summariseProps
 True
 onlyComponents

Function Documentation

◆ CaloThinCellsByClusterAlgCfg()

python.CaloThinCellsByClusterAlgConfig.CaloThinCellsByClusterAlgCfg ( flags,
streamName,
clusters,
samplings = [],
cells = 'AllCalo' )

Definition at line 11 of file CaloThinCellsByClusterAlgConfig.py.

13 cells='AllCalo'):
14 result = ComponentAccumulator()
15
16 CaloThinCellsByClusterAlg = CompFactory.CaloThinCellsByClusterAlg
17 alg = CaloThinCellsByClusterAlg('CaloThinCellsByClusterAlg_' + clusters,
18 StreamName=streamName,
19 Clusters=clusters,
20 SamplingCellsName=samplings,
21 Cells=cells)
22 result.addEventAlgo(alg)
23 return result
24
25
Thin calorimeter cells not associated with clusters.

Variable Documentation

◆ acc1

python.CaloThinCellsByClusterAlgConfig.acc1
Initial value:
1= CaloThinCellsByClusterAlgCfg(flags1, 'StreamAOD',
2 'myclusters', ['TileGap3'])

Definition at line 35 of file CaloThinCellsByClusterAlgConfig.py.

◆ Files

python.CaloThinCellsByClusterAlgConfig.Files

Definition at line 33 of file CaloThinCellsByClusterAlgConfig.py.

◆ flags1

python.CaloThinCellsByClusterAlgConfig.flags1 = initConfigFlags()

Definition at line 32 of file CaloThinCellsByClusterAlgConfig.py.

◆ only

list python.CaloThinCellsByClusterAlgConfig.only = ['CaloThinCellsByClusterAlg_myclusters']

Definition at line 30 of file CaloThinCellsByClusterAlgConfig.py.

◆ onlyComponents

python.CaloThinCellsByClusterAlgConfig.onlyComponents

Definition at line 37 of file CaloThinCellsByClusterAlgConfig.py.

◆ summariseProps

python.CaloThinCellsByClusterAlgConfig.summariseProps

Definition at line 37 of file CaloThinCellsByClusterAlgConfig.py.

◆ True

python.CaloThinCellsByClusterAlgConfig.True

Definition at line 37 of file CaloThinCellsByClusterAlgConfig.py.