CMS 3D CMS Logo

List of all members | Public Member Functions
edmModuleAllocMonitorAnalyze.PreESModuleTransitionParser Class Reference
Inheritance diagram for edmModuleAllocMonitorAnalyze.PreESModuleTransitionParser:
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)
 

Additional Inherited Members

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

Detailed Description

Definition at line 854 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 855 of file edmModuleAllocMonitorAnalyze.py.

855  def __init__(self, payload, names, esNames, recordNames):
856  super().__init__(payload, names, esNames, 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 edmModuleAllocMonitorAnalyze.PreESModuleTransitionParser.jsonInfo (   self,
  syncs,
  temp,
  data 
)

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PreESModuleTransitionParser.jsonVisInfo (   self,
  data 
)

Definition at line 859 of file edmModuleAllocMonitorAnalyze.py.

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

859  def jsonVisInfo(self, data):
860  return self._preJsonVis(Activity.process, data)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PreESModuleTransitionParser.textSpecial (   self)

Definition at line 857 of file edmModuleAllocMonitorAnalyze.py.

857  def textSpecial(self):
858  return "starting action"