ATLAS Offline Software
|
Classes | |
class | CaloSwCorrectionsSetup |
Functions | |
def | layers (flags, cells_name, *args, **kw) |
Here we define wrapper functions to set up all of the standard corrections. More... | |
def | weight (flags, cells_name, *args, **kw) |
def | rfac (flags, cells_name, *args, **kw) |
def | etaoff_b1 (flags, cells_name, *args, **kw) |
def | etaoff_b2 (flags, cells_name, *args, **kw) |
def | etaoff_e1 (flags, cells_name, *args, **kw) |
def | etaoff_e2 (flags, cells_name, *args, **kw) |
def | phioff_b2 (flags, cells_name, *args, **kw) |
def | phioff_e2 (flags, cells_name, *args, **kw) |
def | phimod (flags, cells_name, *args, **kw) |
def | etamod (flags, cells_name, *args, **kw) |
def | update (flags, cells_name, *args, **kw) |
def | gap (flags, cells_name, *args, **kw) |
def | lwc (flags, cells_name, *args, **kw) |
def | calhits (flags, cells_name, *args, **kw) |
def | trcorr (flags, cells_name, *args, **kw) |
def | deadOTXps (flags, cells_name, *args, **kw) |
def | deadOTXback (flags, cells_name, *args, **kw) |
def | clcon (flags, cells_name, *args, **kw) |
def | removeduplicates (flags, cells_name, *args, **kw) |
def | removebad (flags, cells_name, *args, **kw) |
def | listBadChannel (flags, cells_name, *args, **kw) |
def | time (flags, cells_name, *args, **kw) |
def | _version_match (version, fragment) |
The class responsible for making the corrections. More... | |
def | 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. More... | |
Variables | |
CaloSwCorrections = CaloSwCorrectionsSetup() | |
|
private |
The class responsible for making the corrections.
Definition at line 250 of file CaloSwCorrections.py.
def CaloSwCorrections.calhits | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 218 of file CaloSwCorrections.py.
def CaloSwCorrections.clcon | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 230 of file CaloSwCorrections.py.
def CaloSwCorrections.deadOTXback | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 227 of file CaloSwCorrections.py.
def CaloSwCorrections.deadOTXps | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 224 of file CaloSwCorrections.py.
def CaloSwCorrections.etamod | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 206 of file CaloSwCorrections.py.
def CaloSwCorrections.etaoff_b1 | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 185 of file CaloSwCorrections.py.
def CaloSwCorrections.etaoff_b2 | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 188 of file CaloSwCorrections.py.
def CaloSwCorrections.etaoff_e1 | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 191 of file CaloSwCorrections.py.
def CaloSwCorrections.etaoff_e2 | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 194 of file CaloSwCorrections.py.
def CaloSwCorrections.gap | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 212 of file CaloSwCorrections.py.
def 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.
def CaloSwCorrections.listBadChannel | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 239 of file CaloSwCorrections.py.
def CaloSwCorrections.lwc | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 215 of file CaloSwCorrections.py.
def 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.
def CaloSwCorrections.phimod | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 203 of file CaloSwCorrections.py.
def CaloSwCorrections.phioff_b2 | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 197 of file CaloSwCorrections.py.
def CaloSwCorrections.phioff_e2 | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 200 of file CaloSwCorrections.py.
def CaloSwCorrections.removebad | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 236 of file CaloSwCorrections.py.
def CaloSwCorrections.removeduplicates | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 233 of file CaloSwCorrections.py.
def CaloSwCorrections.rfac | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 182 of file CaloSwCorrections.py.
def CaloSwCorrections.time | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 242 of file CaloSwCorrections.py.
def CaloSwCorrections.trcorr | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 221 of file CaloSwCorrections.py.
def CaloSwCorrections.update | ( | flags, | |
cells_name, | |||
* | args, | ||
** | kw | ||
) |
Definition at line 209 of file CaloSwCorrections.py.
def 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.