![]() |
ATLAS Offline Software
|
Public Member Functions | |
| make_corrections (self, flags, **kw_in) | |
| Code to handle cell weighting. | |
| lookup_version (self, flags, version, corrclass) | |
| __init__ (self) | |
Public Attributes | |
| int | weighting |
| int | remdup |
| int | rembad |
Static Public Attributes | |
| str | name = "EM sliding-window" |
| str | version_override_flag_name = 'caloSwWhichCorrection' |
| str | correction_generation_flag_name = 'caloSwGeneration' |
| str | correction_generation_default = "00-02-12" |
| dict | versions |
| This is the list of all known correction versions. | |
| str | newest_version = '@GLOBAL' |
| list | geom_versions |
| Mapping between detector description version and the appropriate correction version. | |
Definition at line 260 of file CaloSwCorrections.py.
| CaloSwCorrections.CaloSwCorrectionsSetup.__init__ | ( | self | ) |
Definition at line 1189 of file CaloSwCorrections.py.
| CaloSwCorrections.CaloSwCorrectionsSetup.lookup_version | ( | self, | |
| flags, | |||
| version, | |||
| corrclass ) |
Definition at line 1137 of file CaloSwCorrections.py.
| CaloSwCorrections.CaloSwCorrectionsSetup.make_corrections | ( | self, | |
| flags, | |||
| ** | kw_in ) |
Code to handle cell weighting.
Definition at line 1125 of file CaloSwCorrections.py.
|
static |
Definition at line 267 of file CaloSwCorrections.py.
|
static |
Definition at line 264 of file CaloSwCorrections.py.
|
static |
Mapping between detector description version and the appropriate correction version.
Anything not listed here gets the most recent correction.
These are first matched against a string of the form DATASOURCE-GEOM; if that doesn't match, we try just GEOM.
Note: By default, these will be converted to hierarchical tags if we read from cool. To disable this, start the version name with ‘NOHIER#’.
Definition at line 1091 of file CaloSwCorrections.py.
|
static |
Definition at line 262 of file CaloSwCorrections.py.
|
static |
Definition at line 1076 of file CaloSwCorrections.py.
| int CaloSwCorrections.CaloSwCorrectionsSetup.rembad |
Definition at line 1148 of file CaloSwCorrections.py.
| int CaloSwCorrections.CaloSwCorrectionsSetup.remdup |
Definition at line 1144 of file CaloSwCorrections.py.
|
static |
Definition at line 263 of file CaloSwCorrections.py.
|
static |
This is the list of all known correction versions.
Definition at line 271 of file CaloSwCorrections.py.
| int CaloSwCorrections.CaloSwCorrectionsSetup.weighting |
Definition at line 1140 of file CaloSwCorrections.py.