CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, payload, names, 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 707 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

def edmTracerCompactLogViewer.PreESModuleAcquireParser.__init__ (   self,
  payload,
  names,
  recordNames 
)

Definition at line 708 of file edmTracerCompactLogViewer.py.

708  def __init__(self, payload, names, recordNames):
709  super().__init__(payload, names, 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.PreESModuleAcquireParser.jsonInfo (   self,
  counter,
  data 
)

Definition at line 712 of file edmTracerCompactLogViewer.py.

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

712  def jsonInfo(self, counter, data):
713  return self._preJson(Activity.acquire, counter,data)
714 

◆ textSpecial()

def edmTracerCompactLogViewer.PreESModuleAcquireParser.textSpecial (   self)

Definition at line 710 of file edmTracerCompactLogViewer.py.

710  def textSpecial(self):
711  return "starting acquire"