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

Functions

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

Variables

 cls_g3 = CompFactory.CaloSwClcon_g3
 cls_v2 = CompFactory.CaloSwClcon_v2
list CaloSwClcon_versions

Function Documentation

◆ make_CaloSwClcon()

CaloSwClcon.make_CaloSwClcon ( flags,
name = None,
suffix = None,
version = None,
key = CALOCORR_DEFAULT_KEY,
source = None,
confclass = None,
** kw )

Definition at line 76 of file CaloSwClcon.py.

83 **kw):
84 # Make the tool.
85 return makecorr (flags,
86 versions = CaloSwClcon_versions,
87 name = name,
88 basename = 'clcon',
89 suffix = suffix,
90 version = version,
91 key = key,
92 sampling = None,
93 source = source,
94 confclass = confclass,
95 corrclass = CALOCORR_SW,
96 **kw)
97

Variable Documentation

◆ CaloSwClcon_versions

list CaloSwClcon.CaloSwClcon_versions
Initial value:
1= [
2
3 # The original G3-based correction, translated from the
4 # original fortran version.
5 ['g3', cls_g3, ['CaloSwClcon_g3.CaloSwClcon_g3_parms',
6 'caloswcorr_pool', CALOCORR_COOL], keys],
7
8 # DC2 simulation.
9 # To be used with the `old' layer weights corrections. # Electrons at 50, 100, and 200 GeV were used. # Added in LArClusterRec-02-05-25, in 9.0.3. ['dc2', cls_v2, ['CaloSwClcon_dc2.CaloSwClcon_dc2_parms', 'caloswcorr_pool', CALOCORR_COOL], keys], # DC2 simulation. # To be used with the `904' LW corrections with DC2 data.
10 # Electrons at 20, 50, 100, 200, 500, and 1000 GeV were used.
11 # Added in LArClusterRec-02-05-32, in 10.0.1.
12 ['dc2new', cls_v2, ['CaloSwClcon_dc2new.CaloSwClcon_dc2new_parms',
13 'caloswcorr_pool', CALOCORR_COOL], keys],
14 ]

Definition at line 33 of file CaloSwClcon.py.

◆ cls_g3

CaloSwClcon.cls_g3 = CompFactory.CaloSwClcon_g3

Definition at line 31 of file CaloSwClcon.py.

◆ cls_v2

CaloSwClcon.cls_v2 = CompFactory.CaloSwClcon_v2

Definition at line 32 of file CaloSwClcon.py.