CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
edmTracerLogToSimpleConfig.py File Reference

Go to the source code of this file.

Classes

class  edmTracerLogToSimpleConfig.ConsumesParser
 
class  edmTracerLogToSimpleConfig.PathParser
 

Namespaces

 edmTracerLogToSimpleConfig
 

Functions

def edmTracerLogToSimpleConfig.fixName
 

Variables

tuple edmTracerLogToSimpleConfig.allModules = set()
 
tuple edmTracerLogToSimpleConfig.consumesParser = ConsumesParser()
 
 edmTracerLogToSimpleConfig.doneWithPaths = False
 
string edmTracerLogToSimpleConfig.endOfConsumes = "All modules (listed by class and label) and all their consumed products."
 
tuple edmTracerLogToSimpleConfig.f = open(sys.argv[1])
 
 edmTracerLogToSimpleConfig.foundPaths = False
 
tuple edmTracerLogToSimpleConfig.modulesWithConsumes = set()
 
 edmTracerLogToSimpleConfig.parser = pathParser
 
tuple edmTracerLogToSimpleConfig.pathNamesAsModules = set( (fixName(n) for n in pathParser._pathToModules.iterkeys()) )
 
tuple edmTracerLogToSimpleConfig.pathParser = PathParser()
 
string edmTracerLogToSimpleConfig.pathStartsWith = "modules on "
 
 edmTracerLogToSimpleConfig.skipLineAfterConsumes = False
 
string edmTracerLogToSimpleConfig.startOfConsumes = "All modules and modules in the current process whose products they consume:"