|
__init__(self,
jobname,
leg=' complex ' ,
stage=' 9 ' )
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
load_graph(self,
pkl_fname)
load graph from pkl |
|
|
|
create_workdir(self)
Create a analysis dir |
|
|
|
|
|
rename_cms_title(self,
new_fname,
hex)
Will rename the cms title from hex to title |
|
|
|
create_soft_links(self)
Creates softlinks to files using titles instead of hex ids |
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|