Definition at line 77 of file storeTreeInfo.py.
References print(), and str.
83 opts, args = getopt.getopt(sys.argv[1:],
"c:o:", [
'checkDir=',
'outFile='])
87 for opt, arg
in opts :
89 if opt
in (
'-c',
"--checkDir", ):
92 if opt
in (
'-o',
"--outFile", ):
96 ta.analyzePath(checkDir)
99 except getopt.GetoptError
as e:
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)