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

Classes

class  CaloSwClusterUpdate_parms
class  CaloSwClusterUpdate_dont_update_e_parms

Functions

 make_CaloSwClusterUpdate (flags, name=None, suffix=None, version=None, key=CALOCORR_DEFAULT_KEY, source=None, confclass=None, **kw)

Variables

 cls = CompFactory.CaloClusterUpdate
list CaloSwClusterUpdate_versions

Function Documentation

◆ make_CaloSwClusterUpdate()

make_CaloSwClusterUpdate ( flags,
name = None,
suffix = None,
version = None,
key = CALOCORR_DEFAULT_KEY,
source = None,
confclass = None,
** kw )

Definition at line 61 of file CaloSwClusterUpdate.py.

68 **kw):
69 return makecorr (flags,
70 versions = CaloSwClusterUpdate_versions,
71 name = name,
72 basename = 'larupdate',
73 suffix = suffix,
74 version = version,
75 key = key,
76 sampling = None,
77 source = source,
78 confclass = confclass,
79 corrclass = CALOCORR_SW,
80 **kw)
81
82

Variable Documentation

◆ CaloSwClusterUpdate_versions

list CaloSwClusterUpdate.CaloSwClusterUpdate_versions
Initial value:
= [
# This version doesn't recalculate the total cluster energy.
['dont_update_e', cls,
['CaloSwClusterUpdate.CaloSwClusterUpdate_dont_update_e_parms',
'caloswcorr_pool', CALOCORR_COOL], keys],
# This version does recalculate the total cluster energy.
['', cls,
['CaloSwClusterUpdate.CaloSwClusterUpdate_parms',
'caloswcorr_pool', CALOCORR_COOL], keys],
]

Definition at line 28 of file CaloSwClusterUpdate.py.

◆ cls

CaloSwClusterUpdate.cls = CompFactory.CaloClusterUpdate

Definition at line 26 of file CaloSwClusterUpdate.py.