ATLAS Offline Software
Functions | Variables
python.CaloThinCellsByClusterAlgConfig Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ CaloThinCellsByClusterAlgCfg()

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

Definition at line 11 of file CaloThinCellsByClusterAlgConfig.py.

11 def CaloThinCellsByClusterAlgCfg(flags, streamName, clusters,
12  samplings=[],
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 

Variable Documentation

◆ acc1

def 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.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.CaloThinCellsByClusterAlgConfig.CaloThinCellsByClusterAlgCfg
def CaloThinCellsByClusterAlgCfg(flags, streamName, clusters, samplings=[], cells='AllCalo')
Definition: CaloThinCellsByClusterAlgConfig.py:11
CaloThinCellsByClusterAlg
Thin calorimeter cells not associated with clusters.
Definition: CaloThinCellsByClusterAlg.h:34