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 42 of file heppy_hadd.py.
References haddPck(), join(), print(), and python.rootplot.root2matplotlib.replace().
Referenced by haddRec().
def heppy_hadd.haddChunks | ( | idir, | |
removeDestDir, | |||
cleanUp = False , |
|||
odir_cmd = './' |
|||
) |
Definition at line 99 of file heppy_hadd.py.
References mps_setup.append, haddRec(), join(), and 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 13 of file heppy_hadd.py.
References str.
Referenced by hadd().
def heppy_hadd.haddRec | ( | odir, | |
idirs | |||
) |
Definition at line 73 of file heppy_hadd.py.
References hadd(), join(), and print().
Referenced by haddChunks().
heppy_hadd.action |
Definition at line 149 of file heppy_hadd.py.
heppy_hadd.args |
Definition at line 155 of file heppy_hadd.py.
heppy_hadd.default |
Definition at line 149 of file heppy_hadd.py.
heppy_hadd.dest |
Definition at line 148 of file heppy_hadd.py.
heppy_hadd.dir |
Definition at line 161 of file heppy_hadd.py.
heppy_hadd.False |
Definition at line 149 of file heppy_hadd.py.
heppy_hadd.help |
Definition at line 150 of file heppy_hadd.py.
heppy_hadd.MAX_ARG_STRLEN |
Definition at line 11 of file heppy_hadd.py.
heppy_hadd.odir |
Definition at line 163 of file heppy_hadd.py.
Referenced by ClusterShape.determineShape(), and ClusterShape.processColumn().
heppy_hadd.options |
Definition at line 155 of file heppy_hadd.py.
heppy_hadd.parser |
Definition at line 140 of file heppy_hadd.py.
heppy_hadd.usage |
Definition at line 141 of file heppy_hadd.py.