CMS 3D CMS Logo

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

Classes

class  ConsumesParser
 
class  PathParser
 

Functions

def fixName
 

Variables

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

Function Documentation

def edmTracerLogToSimpleConfig.fixName (   name)

Variable Documentation

tuple edmTracerLogToSimpleConfig.allModules = set()

Definition at line 131 of file edmTracerLogToSimpleConfig.py.

Referenced by pat::TriggerObjectStandAlone.allLabels(), HLTConfigData.extract(), edm.nonConsumedUnscheduledModules(), edm::service::PrescaleService.postBeginJob(), and edm::service::Tracer.preBeginJob().

tuple edmTracerLogToSimpleConfig.consumesParser = ConsumesParser()

Definition at line 71 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.doneWithPaths = False

Definition at line 80 of file edmTracerLogToSimpleConfig.py.

string edmTracerLogToSimpleConfig.endOfConsumes = "All modules (listed by class and label) and all their consumed products."

Definition at line 82 of file edmTracerLogToSimpleConfig.py.

tuple edmTracerLogToSimpleConfig.f = open(sys.argv[1])

Definition at line 18 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.foundPaths = False

Definition at line 75 of file edmTracerLogToSimpleConfig.py.

Referenced by HLTTauDQMOfflineSource.dqmBeginRun().

tuple edmTracerLogToSimpleConfig.modulesWithConsumes = set()

Definition at line 132 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.parser = pathParser

Definition at line 73 of file edmTracerLogToSimpleConfig.py.

tuple edmTracerLogToSimpleConfig.pathNamesAsModules = set( (fixName(n) for n in pathParser._pathToModules.iterkeys()) )

Definition at line 134 of file edmTracerLogToSimpleConfig.py.

tuple edmTracerLogToSimpleConfig.pathParser = PathParser()

Definition at line 70 of file edmTracerLogToSimpleConfig.py.

string edmTracerLogToSimpleConfig.pathStartsWith = "modules on "

Definition at line 76 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.skipLineAfterConsumes = False

Definition at line 79 of file edmTracerLogToSimpleConfig.py.

string edmTracerLogToSimpleConfig.startOfConsumes = "All modules and modules in the current process whose products they consume:"

Definition at line 78 of file edmTracerLogToSimpleConfig.py.