![]() |
ATLAS Offline Software
|
Functions | |
def | get_grl (year, verbose=True) |
def | setAtlasStyle () |
def | drawAtlasLabel (x, y, text="", color=R.kBlack) |
def | drawText (x, y, text, size=27, color=R.kBlack) |
def | make_bands (vec_in, stdev, yval) |
def | get_year (run) |
def | get_yearsqrtstxt (run_number) |
def | get_dfz (basedir, year, run, channel, standardcuts=True) |
def | local_fit (tg, start, end, year) |
Variables | |
string | narrowspace = "#kern[-0.8]{ }" |
dictionary | plotlabel = {} |
string | Leemumuratiolabel = "L_{"+plotlabel["Zee"]+"} / L_{"+plotlabel["Zmumu"]+"}" |
int | runlivetimecut = 10*60 |
int | lblivetimecut = 9 |
def plotting.python_tools.drawAtlasLabel | ( | x, | |
y, | |||
text = "" , |
|||
color = R.kBlack |
|||
) |
Definition at line 109 of file python_tools.py.
def plotting.python_tools.drawText | ( | x, | |
y, | |||
text, | |||
size = 27 , |
|||
color = R.kBlack |
|||
) |
Definition at line 125 of file python_tools.py.
def plotting.python_tools.get_dfz | ( | basedir, | |
year, | |||
run, | |||
channel, | |||
standardcuts = True |
|||
) |
Standard retrieval of Z counting Panda dataframe from CSV
Definition at line 170 of file python_tools.py.
def plotting.python_tools.get_grl | ( | year, | |
verbose = True |
|||
) |
Get a list of runs for a year from the baseline GRL
Definition at line 25 of file python_tools.py.
def plotting.python_tools.get_year | ( | run | ) |
Definition at line 148 of file python_tools.py.
def plotting.python_tools.get_yearsqrtstxt | ( | run_number | ) |
Definition at line 162 of file python_tools.py.
def plotting.python_tools.local_fit | ( | tg, | |
start, | |||
end, | |||
year | |||
) |
Fit over a sub-range of the data and print the mean and chi^2/NDF. Useful to test the remaining trends after the global Run-3 normalisation.
Definition at line 236 of file python_tools.py.
def plotting.python_tools.make_bands | ( | vec_in, | |
stdev, | |||
yval | |||
) |
Definition at line 134 of file python_tools.py.
def plotting.python_tools.setAtlasStyle | ( | ) |
Definition at line 52 of file python_tools.py.
int plotting.python_tools.lblivetimecut = 9 |
Definition at line 23 of file python_tools.py.
string plotting.python_tools.Leemumuratiolabel = "L_{"+plotlabel["Zee"]+"} / L_{"+plotlabel["Zmumu"]+"}" |
Definition at line 18 of file python_tools.py.
string plotting.python_tools.narrowspace = "#kern[-0.8]{ }" |
Definition at line 13 of file python_tools.py.
dictionary plotting.python_tools.plotlabel = {} |
Definition at line 14 of file python_tools.py.
int plotting.python_tools.runlivetimecut = 10*60 |
Definition at line 21 of file python_tools.py.