Functions | |
def | hadd |
def | haddChunks |
def | haddPck |
def | haddRec |
Variables | |
string | default = "store_true" |
list | dir = args[0] |
string | help = "remove existing destination directories." |
int | MAX_ARG_STRLEN = 131072 |
list | odir = args[1] |
tuple | parser = OptionParser() |
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 bitset_utilities.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().
string heppy_hadd.default = "store_true" |
Definition at line 149 of file heppy_hadd.py.
list heppy_hadd.dir = args[0] |
Definition at line 161 of file heppy_hadd.py.
string heppy_hadd.help = "remove existing destination directories." |
Definition at line 150 of file heppy_hadd.py.
int heppy_hadd.MAX_ARG_STRLEN = 131072 |
Definition at line 11 of file heppy_hadd.py.
string heppy_hadd.odir = args[1] |
Definition at line 163 of file heppy_hadd.py.
Referenced by ClusterShape.determineShape(), and ClusterShape.processColumn().
tuple heppy_hadd.parser = OptionParser() |
Definition at line 140 of file heppy_hadd.py.