CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, payload)
 
def textSpecial (self)
 
- Public Member Functions inherited from edmTracerCompactLogViewer.FrameworkTransitionParser
def __init__ (self, payload)
 
def indentLevel (self)
 
def syncText (self)
 
def text (self, context)
 
def textPostfix (self)
 
def textPrefix (self)
 

Additional Inherited Members

- Public Attributes inherited from edmTracerCompactLogViewer.FrameworkTransitionParser
 index
 
 sync
 
 time
 
 transition
 

Detailed Description

Definition at line 213 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

def edmTracerCompactLogViewer.PostFrameworkTransitionParser.__init__ (   self,
  payload 
)

Definition at line 214 of file edmTracerCompactLogViewer.py.

214  def __init__(self, payload):
215  super().__init__(payload)
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.PostFrameworkTransitionParser.textSpecial (   self)

Definition at line 216 of file edmTracerCompactLogViewer.py.

216  def textSpecial(self):
217  return "finished"
218