ATLAS Offline Software
Functions | Variables
CaloSwEtamod Namespace Reference

Functions

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

Variables

 cls_g3 = CompFactory.CaloSwEtamod_g3
 
 cls_v2 = CompFactory.CaloSwEtamod_v2
 
list CaloSwEtamod_versions
 

Function Documentation

◆ make_CaloSwEtamod()

def CaloSwEtamod.make_CaloSwEtamod (   flags,
  name = None,
  suffix = None,
  version = None,
  key = CALOCORR_DEFAULT_KEY,
  source = None,
  confclass = None,
**  kw 
)

Definition at line 85 of file CaloSwEtamod.py.

85 def make_CaloSwEtamod (flags,
86  name = None,
87  suffix = None,
88  version = None,
89  key = CALOCORR_DEFAULT_KEY,
90  source = None,
91  confclass = None,
92  **kw):
93  # Make the tool.
94  return makecorr (flags,
95  versions = CaloSwEtamod_versions,
96  name = name,
97  basename = 'etamod',
98  suffix = suffix,
99  version = version,
100  key = key,
101  sampling = None,
102  source = source,
103  confclass = confclass,
104  corrclass = CALOCORR_SW,
105  **kw)
106 
107 

Variable Documentation

◆ CaloSwEtamod_versions

list CaloSwEtamod.CaloSwEtamod_versions
Initial value:
1 = [
2 
3  # The original G3-based correction, translated from the
4  # original fortran version.
5  ['g3', cls_g3, ['CaloSwEtamod_g3.CaloSwEtamod_g3_parms',
6  'caloswcorr_pool', CALOCORR_COOL], keys],
7 
8  # DC2 simulation and 8.x.0 reconstruction.
9  # Electrons at 50, 100, and 200 GeV were used.
10  # Derived for 5x5 clusters only.
11  # This was added in LArClusterRec-02-05-25, in 9.0.3.
12  # This version runs before the gross energy corrections.
13  ['v2', cls_v2, ['CaloSwEtamod_v2.CaloSwEtamod_v2_parms',
14  'caloswcorr_pool', CALOCORR_COOL], keys],
15 
16  # This is the same as v2, except that it runs after the
17  # gross energy corrections.
18  # It was added in CaloClusterCorrection-00-02-58, in 12.0.3.
19  ['v3', cls_v2, ['CaloSwEtamod_v2.CaloSwEtamod_v3_parms',
20  'caloswcorr_pool', CALOCORR_COOL], keys],
21 
22  # This was derived using 12.0.3 simulation and reconstruction,
23  # for 5x5, 3x5, and 3x7 clusters, for both electrons and photons.
24  # It was added in CaloClusterCorrection-00-02-64, in 12.0.4.
25  ['v4', cls_v2, ['CaloSwEtamod_v4.CaloSwEtamod_v4_parms',
26  'caloswcorr_pool', CALOCORR_COOL], keys],
27  ]

Definition at line 36 of file CaloSwEtamod.py.

◆ cls_g3

CaloSwEtamod.cls_g3 = CompFactory.CaloSwEtamod_g3

Definition at line 34 of file CaloSwEtamod.py.

◆ cls_v2

CaloSwEtamod.cls_v2 = CompFactory.CaloSwEtamod_v2

Definition at line 35 of file CaloSwEtamod.py.

CaloSwEtamod.make_CaloSwEtamod
def make_CaloSwEtamod(flags, name=None, suffix=None, version=None, key=CALOCORR_DEFAULT_KEY, source=None, confclass=None, **kw)
Definition: CaloSwEtamod.py:85