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

Classes

class  CaloTopoEMClusterUpdate_parms
class  CaloTopoEMClusterUpdate_dont_update_e_parms

Functions

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

Variables

 cls = CompFactory.CaloClusterUpdate
list CaloTopoEMClusterUpdate_versions

Function Documentation

◆ make_CaloTopoEMClusterUpdate()

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

Definition at line 60 of file CaloTopoEMClusterUpdate.py.

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

Variable Documentation

◆ CaloTopoEMClusterUpdate_versions

list CaloTopoEMClusterUpdate.CaloTopoEMClusterUpdate_versions
Initial value:
= [
# This version doesn't recalculate the total cluster energy.
['dont_update_e', cls,
['CaloTopoEMClusterUpdate.CaloTopoEMClusterUpdate_dont_update_e_parms',
'calotopoemcorr_pool', CALOCORR_COOL]],
# This version does recalculate the total cluster energy.
['', cls,
['CaloTopoEMClusterUpdate.CaloTopoEMClusterUpdate_parms',
'calotopoemcorr_pool', CALOCORR_COOL]],
]

Definition at line 27 of file CaloTopoEMClusterUpdate.py.

◆ cls

CaloTopoEMClusterUpdate.cls = CompFactory.CaloClusterUpdate

Definition at line 26 of file CaloTopoEMClusterUpdate.py.