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

Functions

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

Variables

 cls = CompFactory.CaloScaleCluster
list CaloSwRfac_versions

Function Documentation

◆ make_CaloSwRfac()

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

Definition at line 85 of file CaloSwRfac.py.

92 **kw):
93 # Make the tool.
94 return makecorr (flags,
95 versions = CaloSwRfac_versions,
96 name = name,
97 basename = 'rfac',
98 suffix = suffix,
99 version = version,
100 key = key,
101 sampling = None,
102 source = source,
103 confclass = confclass,
104 corrclass = CALOCORR_SW,
105 **kw)

Variable Documentation

◆ CaloSwRfac_versions

list CaloSwRfac.CaloSwRfac_versions
Initial value:
= [
# From 11.0.41 simulation and 12.0.0 reconstruction.
# In CaloClusterCorrection-00-02-38, 12.0.0.
# This was used for the `DC3-02' corrections.
['v3', cls, ['CaloSwRfac_v3.CaloSwRfac_v3_parms',
'caloswcorr_pool', CALOCORR_COOL], keys],
# From 12.0.3 simulation and reconstruction,
# with ideal (calib0) geometry.
# In CaloClusterCorrection-00-02-61, 12.0.4.
['v4', cls, ['CaloSwRfac_v4.CaloSwRfac_v4_parms',
'caloswcorr_pool', CALOCORR_COOL], keys],
# Ewan edit
# Not sure what version of athena this will be for (v20?). November 2013 edits
# Corrections made using mc11_7TeV
# The differences come from an updated understanding of the upstream material (first update since data taking),
# and a fix on the endcap, which were shifted.
# Both electrons and photons, 5x5, 3x5, 3x7 clusters.
# Updated version of CaloClusterCorrectionAnalysis corrects outliers removal
['v5', cls, ['CaloSwRfac_v5.CaloSwRfac_v5_parms',
'caloswcorr_pool', CALOCORR_COOL], keys],
]

Definition at line 40 of file CaloSwRfac.py.

◆ cls

CaloSwRfac.cls = CompFactory.CaloScaleCluster

Definition at line 39 of file CaloSwRfac.py.