CMS 3D CMS Logo

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

Additional Inherited Members

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

Detailed Description

Definition at line 760 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 761 of file edmModuleAllocMonitorAnalyze.py.

761  def __init__(self, payload, names):
762  super().__init__(payload, names)
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.PreEDModuleEventDelayedGetParser.jsonInfo (   self,
  syncs,
  temp,
  data 
)

Definition at line 767 of file edmModuleAllocMonitorAnalyze.py.

767  def jsonInfo(self, syncs, temp, data):
768  pass
769  #self._preJsonInfo(temp)
770 

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PreEDModuleEventDelayedGetParser.jsonVisInfo (   self,
  data 
)

Definition at line 765 of file edmModuleAllocMonitorAnalyze.py.

References edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._preJsonVis().

765  def jsonVisInfo(self, data):
766  return self._preJsonVis(Activity.delayedGet, data)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PreEDModuleEventDelayedGetParser.textSpecial (   self)

Definition at line 763 of file edmModuleAllocMonitorAnalyze.py.

763  def textSpecial(self):
764  return "starting delayed get"