ATLAS Offline Software
|
Functions | |
def | ilumi2histo (ifile, ofile, relunc=3.2) |
Read in a ilumicalc file and output a file with a histogram that contains the luminosity per run. More... | |
Variables | |
parser = argparse.ArgumentParser() | |
read options More... | |
help | |
dest | |
default | |
config = parser.parse_args() | |
def ilumi2histo.ilumi2histo | ( | ifile, | |
ofile, | |||
relunc = 3.2 |
|||
) |
Read in a ilumicalc file and output a file with a histogram that contains the luminosity per run.
Definition at line 6 of file ilumi2histo.py.
ilumi2histo.config = parser.parse_args() |
Definition at line 64 of file ilumi2histo.py.
ilumi2histo.default |
Definition at line 60 of file ilumi2histo.py.
ilumi2histo.dest |
Definition at line 60 of file ilumi2histo.py.
ilumi2histo.help |
Definition at line 60 of file ilumi2histo.py.
ilumi2histo.parser = argparse.ArgumentParser() |
read options
Definition at line 59 of file ilumi2histo.py.