ATLAS Offline Software
|
Public Member Functions | |
def | make_corrections (self, flags, **kw_in) |
Code to handle cell weighting. More... | |
def | lookup_version (self, flags, version, corrclass) |
def | __init__ (self) |
Public Attributes | |
weighting | |
remdup | |
rembad | |
Static Public Attributes | |
string | name = "EM sliding-window" |
string | version_override_flag_name = 'caloSwWhichCorrection' |
string | correction_generation_flag_name = 'caloSwGeneration' |
string | correction_generation_default = "00-02-12" |
dictionary | versions |
This is the list of all known correction versions. More... | |
string | newest_version = '@GLOBAL' |
list | geom_versions |
Mapping between detector description version and the appropriate correction version. More... | |
Definition at line 260 of file CaloSwCorrections.py.
def CaloSwCorrections.CaloSwCorrectionsSetup.__init__ | ( | self | ) |
Definition at line 1189 of file CaloSwCorrections.py.
def CaloSwCorrections.CaloSwCorrectionsSetup.lookup_version | ( | self, | |
flags, | |||
version, | |||
corrclass | |||
) |
Definition at line 1137 of file CaloSwCorrections.py.
def CaloSwCorrections.CaloSwCorrectionsSetup.make_corrections | ( | self, | |
flags, | |||
** | kw_in | ||
) |
|
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.
CaloSwCorrections.CaloSwCorrectionsSetup.rembad |
Definition at line 1162 of file CaloSwCorrections.py.
CaloSwCorrections.CaloSwCorrectionsSetup.remdup |
Definition at line 1160 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.
CaloSwCorrections.CaloSwCorrectionsSetup.weighting |
Definition at line 1158 of file CaloSwCorrections.py.