CMS 3D CMS Logo

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 716 of file edmTracerCompactLogViewer.py.

716  def __init__(self, payload, names, esNames, recordNames):
717  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.PostESModuleAcquireParser.jsonInfo (   self,
  counter,
  data 
)

Definition at line 720 of file edmTracerCompactLogViewer.py.

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

720  def jsonInfo(self, counter, data):
721  return self._postJson(counter,data)
722 
723 

◆ textSpecial()

def edmTracerCompactLogViewer.PostESModuleAcquireParser.textSpecial (   self)

Definition at line 718 of file edmTracerCompactLogViewer.py.

718  def textSpecial(self):
719  return "finished acquire"