Definition at line 77 of file storeTreeInfo.py.
82 opts, args = getopt.getopt(sys.argv[1:],
"c:o:", [
'checkDir=',
'outFile='])
86 for opt, arg
in opts :
88 if opt
in (
'-c',
"--checkDir", ):
91 if opt
in (
'-o',
"--outFile", ):
94 ta = TreeAnalyzer(outFile)
95 ta.analyzePath(checkDir)
98 except getopt.GetoptError
as e:
References edm.print(), and str.