![]() |
ATLAS Offline Software
|
Classes | |
| class | CaloSwCorrectionsSetup |
Functions | |
| layers (flags, cells_name, *args, **kw) | |
| Here we define wrapper functions to set up all of the standard corrections. | |
| weight (flags, cells_name, *args, **kw) | |
| rfac (flags, cells_name, *args, **kw) | |
| etaoff_b1 (flags, cells_name, *args, **kw) | |
| etaoff_b2 (flags, cells_name, *args, **kw) | |
| etaoff_e1 (flags, cells_name, *args, **kw) | |
| etaoff_e2 (flags, cells_name, *args, **kw) | |
| phioff_b2 (flags, cells_name, *args, **kw) | |
| phioff_e2 (flags, cells_name, *args, **kw) | |
| phimod (flags, cells_name, *args, **kw) | |
| etamod (flags, cells_name, *args, **kw) | |
| update (flags, cells_name, *args, **kw) | |
| gap (flags, cells_name, *args, **kw) | |
| lwc (flags, cells_name, *args, **kw) | |
| calhits (flags, cells_name, *args, **kw) | |
| trcorr (flags, cells_name, *args, **kw) | |
| deadOTXps (flags, cells_name, *args, **kw) | |
| deadOTXback (flags, cells_name, *args, **kw) | |
| clcon (flags, cells_name, *args, **kw) | |
| removeduplicates (flags, cells_name, *args, **kw) | |
| removebad (flags, cells_name, *args, **kw) | |
| listBadChannel (flags, cells_name, *args, **kw) | |
| time (flags, cells_name, *args, **kw) | |
| _version_match (version, fragment) | |
| The class responsible for making the corrections. | |
| make_CaloSwCorrectionsCfg (flags, key=None, suffix='', version=None, corrlist=None, cells_name=None, source=None, weighting=False, remdup=False, rembad=False, **kw) | |
| Main entry point to create a list of correction tools. | |
Variables | |
| CaloSwCorrections = CaloSwCorrectionsSetup() | |
|
protected |
The class responsible for making the corrections.
Definition at line 250 of file CaloSwCorrections.py.
| CaloSwCorrections.calhits | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 218 of file CaloSwCorrections.py.
| CaloSwCorrections.clcon | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 230 of file CaloSwCorrections.py.
| CaloSwCorrections.deadOTXback | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 227 of file CaloSwCorrections.py.
| CaloSwCorrections.deadOTXps | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 224 of file CaloSwCorrections.py.
| CaloSwCorrections.etamod | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 206 of file CaloSwCorrections.py.
| CaloSwCorrections.etaoff_b1 | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 185 of file CaloSwCorrections.py.
| CaloSwCorrections.etaoff_b2 | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 188 of file CaloSwCorrections.py.
| CaloSwCorrections.etaoff_e1 | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 191 of file CaloSwCorrections.py.
| CaloSwCorrections.etaoff_e2 | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 194 of file CaloSwCorrections.py.
| CaloSwCorrections.gap | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 212 of file CaloSwCorrections.py.
| CaloSwCorrections.layers | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Here we define wrapper functions to set up all of the standard corrections.
In the case where a correction has multiple versions for different samplings, we define multiple wrappers here. These are the names to use in the correction list and in the arguments to make_CaloSwCorrectionCfg.
Definition at line 176 of file CaloSwCorrections.py.
| CaloSwCorrections.listBadChannel | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 239 of file CaloSwCorrections.py.
| CaloSwCorrections.lwc | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 215 of file CaloSwCorrections.py.
| CaloSwCorrections.make_CaloSwCorrectionsCfg | ( | flags, | |
| key = None, | |||
| suffix = '', | |||
| version = None, | |||
| corrlist = None, | |||
| cells_name = None, | |||
| source = None, | |||
| weighting = False, | |||
| remdup = False, | |||
| rembad = False, | |||
| ** | kw ) |
Main entry point to create a list of correction tools.
Definition at line 1222 of file CaloSwCorrections.py.
| CaloSwCorrections.phimod | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 203 of file CaloSwCorrections.py.
| CaloSwCorrections.phioff_b2 | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 197 of file CaloSwCorrections.py.
| CaloSwCorrections.phioff_e2 | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 200 of file CaloSwCorrections.py.
| CaloSwCorrections.removebad | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 236 of file CaloSwCorrections.py.
| CaloSwCorrections.removeduplicates | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 233 of file CaloSwCorrections.py.
| CaloSwCorrections.rfac | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 182 of file CaloSwCorrections.py.
| CaloSwCorrections.time | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 242 of file CaloSwCorrections.py.
| CaloSwCorrections.trcorr | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 221 of file CaloSwCorrections.py.
| CaloSwCorrections.update | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 209 of file CaloSwCorrections.py.
| CaloSwCorrections.weight | ( | flags, | |
| cells_name, | |||
| * | args, | ||
| ** | kw ) |
Definition at line 179 of file CaloSwCorrections.py.
| CaloSwCorrections.CaloSwCorrections = CaloSwCorrectionsSetup() |
Definition at line 1196 of file CaloSwCorrections.py.