CMS 3D CMS Logo

List of all members | Public Member Functions
edmTracerCompactLogViewer.PostEDModuleAcquireParser Class Reference
Inheritance diagram for edmTracerCompactLogViewer.PostEDModuleAcquireParser:
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 313 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 314 of file edmTracerCompactLogViewer.py.

314  def __init__(self, payload, names):
315  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.PostEDModuleAcquireParser.textSpecial (   self)

Definition at line 316 of file edmTracerCompactLogViewer.py.

316  def textSpecial(self):
317  return "finished acquire"
318