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 9 of file config.py.
11 Summary printout for a list of components comps. 12 The components are assumed to have a name, and a list of files, 13 like the ones from this module. 18 if not hasattr(c,
'splitFactor'):
20 print c.name, c.splitFactor, len(c.files)
26 nJobs += c.splitFactor
30 print '# components with files = ', nCompsWithFiles
31 print '# jobs = ', nJobs
def printComps(comps, details=False)