Functions | |
def | hadd (file, odir, idirs, appx='') |
def | haddChunks (idir, removeDestDir, cleanUp=False, odir_cmd='./') |
def | haddPck (file, odir, idirs) |
def | haddRec (odir, idirs) |
Variables | |
action | |
args | |
default | |
dest | |
dir | |
False | |
help | |
MAX_ARG_STRLEN | |
odir | |
options | |
parser | |
usage | |
def heppy_hadd.hadd | ( | file, | |
odir, | |||
idirs, | |||
appx = '' |
|||
) |
Definition at line 43 of file heppy_hadd.py.
References haddPck(), join(), edm.print(), and python.rootplot.root2matplotlib.replace().
Referenced by haddRec().
Definition at line 100 of file heppy_hadd.py.
References mps_setup.append, haddRec(), join(), list(), and edm.print().
def heppy_hadd.haddPck | ( | file, | |
odir, | |||
idirs | |||
) |
add pck files in directories idirs to a directory outdir. All dirs in idirs must have the same subdirectory structure. Each pickle file will be opened, and the corresponding objects added to a destination pickle in odir.
Definition at line 14 of file heppy_hadd.py.
References str.
Referenced by hadd().
def heppy_hadd.haddRec | ( | odir, | |
idirs | |||
) |
Definition at line 74 of file heppy_hadd.py.
References hadd(), join(), and edm.print().
Referenced by haddChunks().
heppy_hadd.action |
Definition at line 150 of file heppy_hadd.py.
heppy_hadd.args |
Definition at line 156 of file heppy_hadd.py.
heppy_hadd.default |
Definition at line 150 of file heppy_hadd.py.
heppy_hadd.dest |
Definition at line 149 of file heppy_hadd.py.
heppy_hadd.dir |
Definition at line 162 of file heppy_hadd.py.
heppy_hadd.False |
Definition at line 150 of file heppy_hadd.py.
heppy_hadd.help |
Definition at line 151 of file heppy_hadd.py.
heppy_hadd.MAX_ARG_STRLEN |
Definition at line 12 of file heppy_hadd.py.
heppy_hadd.odir |
Definition at line 164 of file heppy_hadd.py.
Referenced by ClusterShape.determineShape(), and ClusterShape.processColumn().
heppy_hadd.options |
Definition at line 156 of file heppy_hadd.py.
heppy_hadd.parser |
Definition at line 141 of file heppy_hadd.py.
heppy_hadd.usage |
Definition at line 142 of file heppy_hadd.py.