CMS 3D CMS Logo

Classes | Functions | Variables
edmTracerLogToSimpleConfig Namespace Reference

Classes

class  ConsumesParser
 
class  PathParser
 

Functions

def fixName (name)
 

Variables

 allModules
 
 consumesParser
 
 doneWithPaths
 
 endOfConsumes
 
 f
 
 foundPaths
 
 modulesWithConsumes
 
 parser
 
 pathNamesAsModules
 
 pathParser
 
 pathStartsWith
 
 skipLineAfterConsumes
 
 startOfConsumes
 

Function Documentation

def edmTracerLogToSimpleConfig.fixName (   name)

Definition at line 22 of file edmTracerLogToSimpleConfig.py.

Referenced by edmTracerLogToSimpleConfig.PathParser.parse(), and edmTracerLogToSimpleConfig.ConsumesParser.parse().

22 def fixName(name):
23  return name.replace("_","IoI")
24 

Variable Documentation

edmTracerLogToSimpleConfig.allModules
edmTracerLogToSimpleConfig.consumesParser

Definition at line 72 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.doneWithPaths

Definition at line 81 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.endOfConsumes

Definition at line 83 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.f

Definition at line 19 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.foundPaths

Definition at line 76 of file edmTracerLogToSimpleConfig.py.

Referenced by HLTTauDQMOfflineSource.dqmBeginRun().

edmTracerLogToSimpleConfig.modulesWithConsumes

Definition at line 133 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.parser

Definition at line 74 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.pathNamesAsModules

Definition at line 135 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.pathParser

Definition at line 71 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.pathStartsWith

Definition at line 77 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.skipLineAfterConsumes

Definition at line 80 of file edmTracerLogToSimpleConfig.py.

edmTracerLogToSimpleConfig.startOfConsumes

Definition at line 79 of file edmTracerLogToSimpleConfig.py.