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 41 of file heppy_hadd.py.
References haddPck(), join(), and python.rootplot.root2matplotlib.replace().
Referenced by haddRec().
Definition at line 98 of file heppy_hadd.py.
References bitset_utilities.append(), haddRec(), join(), and list().
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 12 of file heppy_hadd.py.
Referenced by hadd().
def heppy_hadd.haddRec | ( | odir, | |
idirs | |||
) |
Definition at line 72 of file heppy_hadd.py.
References hadd(), and join().
Referenced by haddChunks().
string heppy_hadd.default = "store_true" |
Definition at line 148 of file heppy_hadd.py.
list heppy_hadd.dir = args[0] |
Definition at line 160 of file heppy_hadd.py.
string heppy_hadd.help = "remove existing destination directories." |
Definition at line 149 of file heppy_hadd.py.
int heppy_hadd.MAX_ARG_STRLEN = 131072 |
Definition at line 10 of file heppy_hadd.py.
string heppy_hadd.odir = args[1] |
Definition at line 162 of file heppy_hadd.py.
Referenced by ClusterShape.determineShape(), and ClusterShape.processColumn().
tuple heppy_hadd.parser = OptionParser() |
Definition at line 139 of file heppy_hadd.py.