Summary printout for a list of components comps.
The components are assumed to have a name, and a list of files,
like the ones from this module.
Definition at line 8 of file config.py.
10 Summary printout for a list of components comps. 11 The components are assumed to have a name, and a list of files, 12 like the ones from this module. 17 if not hasattr(c,
'splitFactor'):
19 print c.name, c.splitFactor, len(c.files)
25 nJobs += c.splitFactor
29 print '# components with files = ', nCompsWithFiles
30 print '# jobs = ', nJobs
def printComps(comps, details=False)