CMS 3D CMS Logo

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 676 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

def edmTracerCompactLogViewer.PostESModuleTransitionParser.__init__ (   self,
  payload,
  names,
  esNames,
  recordNames 
)

Definition at line 677 of file edmTracerCompactLogViewer.py.

677  def __init__(self, payload, names, esNames, recordNames):
678  super().__init__(payload, names, esNames, recordNames)
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.PostESModuleTransitionParser.jsonInfo (   self,
  counter,
  data 
)

Definition at line 681 of file edmTracerCompactLogViewer.py.

References edmTracerCompactLogViewer.EDModuleTransitionParser._postJson(), and edmTracerCompactLogViewer.ESModuleTransitionParser._postJson().

681  def jsonInfo(self, counter, data):
682  return self._postJson(counter,data)
683 

◆ textSpecial()

def edmTracerCompactLogViewer.PostESModuleTransitionParser.textSpecial (   self)

Definition at line 679 of file edmTracerCompactLogViewer.py.

679  def textSpecial(self):
680  return "finished action"