CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, payload, names)
 
def jsonInfo (self, syncs, temp, data)
 
def jsonVisInfo (self, data)
 
def textSpecial (self)
 
- Public Member Functions inherited from edmModuleAllocMonitorAnalyze.EDModuleTransitionParser
def __init__ (self, payload, moduleNames)
 
def baseIndentLevel (self)
 
def text (self, context)
 
def textIfTransform (self)
 
def textPostfix (self)
 
def textPrefix (self, context)
 

Public Attributes

 allocInfo
 
- Public Attributes inherited from edmModuleAllocMonitorAnalyze.EDModuleTransitionParser
 callID
 
 index
 
 moduleID
 
 moduleName
 
 time
 
 transition
 

Detailed Description

Definition at line 771 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

def edmModuleAllocMonitorAnalyze.PostEDModuleEventDelayedGetParser.__init__ (   self,
  payload,
  names 
)

Definition at line 772 of file edmModuleAllocMonitorAnalyze.py.

772  def __init__(self, payload, names):
773  super().__init__(payload, names)
774  self.allocInfo = AllocInfo(payload[5:])
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 edmModuleAllocMonitorAnalyze.PostEDModuleEventDelayedGetParser.jsonInfo (   self,
  syncs,
  temp,
  data 
)

Definition at line 779 of file edmModuleAllocMonitorAnalyze.py.

779  def jsonInfo(self, syncs, temp, data):
780  pass
781  #self._postJsonInfo(syncs, temp, data, Activity.delayedGet)
782 

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PostEDModuleEventDelayedGetParser.jsonVisInfo (   self,
  data 
)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PostEDModuleEventDelayedGetParser.textSpecial (   self)

Definition at line 775 of file edmModuleAllocMonitorAnalyze.py.

775  def textSpecial(self):
776  return "finished delayed get"

Member Data Documentation

◆ allocInfo

edmModuleAllocMonitorAnalyze.PostEDModuleEventDelayedGetParser.allocInfo