CMS 3D CMS Logo

List of all members | Public Member Functions
edmTracerCompactLogViewer.PreEDModulePrefetchingParser Class Reference
Inheritance diagram for edmTracerCompactLogViewer.PreEDModulePrefetchingParser:
edmTracerCompactLogViewer.EDModuleTransitionParser

Public Member Functions

def __init__ (self, payload, names)
 
def textSpecial (self)
 
- Public Member Functions inherited from edmTracerCompactLogViewer.EDModuleTransitionParser
def __init__ (self, payload, moduleNames)
 
def baseIndentLevel (self)
 
def text (self, context)
 
def textPostfix (self)
 
def textPrefix (self, context)
 

Additional Inherited Members

- Public Attributes inherited from edmTracerCompactLogViewer.EDModuleTransitionParser
 index
 
 moduleID
 
 moduleName
 
 requestingModuleID
 
 requestingModuleName
 
 time
 
 transition
 

Detailed Description

Definition at line 295 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

def edmTracerCompactLogViewer.PreEDModulePrefetchingParser.__init__ (   self,
  payload,
  names 
)

Definition at line 296 of file edmTracerCompactLogViewer.py.

296  def __init__(self, payload, names):
297  super().__init__(payload, names)
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Function Documentation

◆ textSpecial()

def edmTracerCompactLogViewer.PreEDModulePrefetchingParser.textSpecial (   self)

Definition at line 298 of file edmTracerCompactLogViewer.py.

298  def textSpecial(self):
299  return "starting prefetch"
300