CMS 3D CMS Logo

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

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from edmTracerCompactLogViewer.SourceTransitionParser
 index
 
 time
 
 transition
 

Detailed Description

Definition at line 247 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

def edmTracerCompactLogViewer.PreSourceTransitionParser.__init__ (   self,
  payload 
)

Definition at line 248 of file edmTracerCompactLogViewer.py.

248  def __init__(self, payload):
249  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.PreSourceTransitionParser.textSpecial (   self)

Definition at line 250 of file edmTracerCompactLogViewer.py.

250  def textSpecial(self):
251  return "starting"
252