CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edmModuleAllocMonitorAnalyze.PostEDModuleTransitionParser Class Reference
Inheritance diagram for edmModuleAllocMonitorAnalyze.PostEDModuleTransitionParser:
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 721 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 722 of file edmModuleAllocMonitorAnalyze.py.

722  def __init__(self, payload, names):
723  super().__init__(payload, names)
724  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.PostEDModuleTransitionParser.jsonInfo (   self,
  syncs,
  temp,
  data 
)

Definition at line 727 of file edmModuleAllocMonitorAnalyze.py.

References edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._postJsonInfo().

727  def jsonInfo(self, syncs, temp, data):
728  self._postJsonInfo(syncs, temp, data, Activity.process)

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PostEDModuleTransitionParser.jsonVisInfo (   self,
  data 
)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PostEDModuleTransitionParser.textSpecial (   self)

Definition at line 725 of file edmModuleAllocMonitorAnalyze.py.

725  def textSpecial(self):
726  return "finished action"

Member Data Documentation

◆ allocInfo

edmModuleAllocMonitorAnalyze.PostEDModuleTransitionParser.allocInfo