CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edmModuleAllocMonitorAnalyze.PostESModuleAcquireParser Class Reference
Inheritance diagram for edmModuleAllocMonitorAnalyze.PostESModuleAcquireParser:
edmModuleAllocMonitorAnalyze.ESModuleTransitionParser

Public Member Functions

def __init__ (self, payload, names, esNames, recordNames)
 
def jsonVisInfo (self, data)
 
def textSpecial (self)
 
- Public Member Functions inherited from edmModuleAllocMonitorAnalyze.ESModuleTransitionParser
def __init__ (self, payload, moduleNames, esModuleNames, recordNames)
 
def baseIndentLevel (self)
 
def text (self, context)
 
def textPostfix (self)
 
def textPrefix (self, context)
 

Public Attributes

 allocInfo
 
- Public Attributes inherited from edmModuleAllocMonitorAnalyze.ESModuleTransitionParser
 callID
 
 index
 
 moduleID
 
 moduleName
 
 recordID
 
 recordName
 
 time
 
 transition
 

Detailed Description

Definition at line 883 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 884 of file edmModuleAllocMonitorAnalyze.py.

884  def __init__(self, payload, names, esNames, recordNames):
885  super().__init__(payload, names, esNames, recordNames)
886  self.allocInfo = AllocInfo(payload[6:])
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

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PostESModuleAcquireParser.jsonVisInfo (   self,
  data 
)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PostESModuleAcquireParser.textSpecial (   self)

Definition at line 887 of file edmModuleAllocMonitorAnalyze.py.

887  def textSpecial(self):
888  return "finished acquire"

Member Data Documentation

◆ allocInfo

edmModuleAllocMonitorAnalyze.PostESModuleAcquireParser.allocInfo