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

◆ fixName()

def edmTracerLogToSimpleConfig.fixName (   name)

Definition at line 21 of file edmTracerLogToSimpleConfig.py.

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

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

Variable Documentation

◆ allModules

edmTracerLogToSimpleConfig.allModules

◆ consumesParser

edmTracerLogToSimpleConfig.consumesParser

Definition at line 71 of file edmTracerLogToSimpleConfig.py.

◆ doneWithPaths

edmTracerLogToSimpleConfig.doneWithPaths

Definition at line 80 of file edmTracerLogToSimpleConfig.py.

◆ endOfConsumes

edmTracerLogToSimpleConfig.endOfConsumes

Definition at line 82 of file edmTracerLogToSimpleConfig.py.

◆ f

edmTracerLogToSimpleConfig.f

Definition at line 18 of file edmTracerLogToSimpleConfig.py.

◆ foundPaths

edmTracerLogToSimpleConfig.foundPaths

Definition at line 75 of file edmTracerLogToSimpleConfig.py.

Referenced by HLTTauDQMOfflineSource.dqmBeginRun().

◆ modulesWithConsumes

edmTracerLogToSimpleConfig.modulesWithConsumes

Definition at line 132 of file edmTracerLogToSimpleConfig.py.

◆ parser

edmTracerLogToSimpleConfig.parser

Definition at line 73 of file edmTracerLogToSimpleConfig.py.

◆ pathNamesAsModules

edmTracerLogToSimpleConfig.pathNamesAsModules

Definition at line 134 of file edmTracerLogToSimpleConfig.py.

◆ pathParser

edmTracerLogToSimpleConfig.pathParser

Definition at line 70 of file edmTracerLogToSimpleConfig.py.

◆ pathStartsWith

edmTracerLogToSimpleConfig.pathStartsWith

Definition at line 76 of file edmTracerLogToSimpleConfig.py.

◆ skipLineAfterConsumes

edmTracerLogToSimpleConfig.skipLineAfterConsumes

Definition at line 79 of file edmTracerLogToSimpleConfig.py.

◆ startOfConsumes

edmTracerLogToSimpleConfig.startOfConsumes

Definition at line 78 of file edmTracerLogToSimpleConfig.py.