CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, payload, names, esNames, recordNames)
 
def jsonInfo (self, syncs, temp, data)
 
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 864 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 865 of file edmModuleAllocMonitorAnalyze.py.

865  def __init__(self, payload, names, esNames, recordNames):
866  super().__init__(payload, names, esNames, recordNames)
867  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

◆ jsonInfo()

def edmModuleAllocMonitorAnalyze.PostESModuleTransitionParser.jsonInfo (   self,
  syncs,
  temp,
  data 
)

Definition at line 872 of file edmModuleAllocMonitorAnalyze.py.

References edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._postJsonInfo(), and edmModuleAllocMonitorAnalyze.ESModuleTransitionParser._postJsonInfo().

872  def jsonInfo(self, syncs, temp, data):
873  self._postJsonInfo(syncs, temp, data, Activity.process)
874 

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PostESModuleTransitionParser.jsonVisInfo (   self,
  data 
)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PostESModuleTransitionParser.textSpecial (   self)

Definition at line 868 of file edmModuleAllocMonitorAnalyze.py.

868  def textSpecial(self):
869  return "finished action"

Member Data Documentation

◆ allocInfo

edmModuleAllocMonitorAnalyze.PostESModuleTransitionParser.allocInfo