CMS 3D CMS Logo

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 585 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 586 of file edmTracerCompactLogViewer.py.

586  def __init__(self, payload, names):
587  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

◆ jsonInfo()

def edmTracerCompactLogViewer.PreEDModuleEventDelayedGetParser.jsonInfo (   self,
  counter,
  data 
)

Definition at line 590 of file edmTracerCompactLogViewer.py.

References edmTracerCompactLogViewer.EDModuleTransitionParser._preJson().

590  def jsonInfo(self, counter, data):
591  return self._preJson(Activity.delayedGet, counter,data)
592 

◆ textSpecial()

def edmTracerCompactLogViewer.PreEDModuleEventDelayedGetParser.textSpecial (   self)

Definition at line 588 of file edmTracerCompactLogViewer.py.

588  def textSpecial(self):
589  return "starting delayed get"