CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, payload, names, recordNames)
 
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 875 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

def edmModuleAllocMonitorAnalyze.PreESModuleAcquireParser.__init__ (   self,
  payload,
  names,
  recordNames 
)

Definition at line 876 of file edmModuleAllocMonitorAnalyze.py.

876  def __init__(self, payload, names, recordNames):
877  super().__init__(payload, names, 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

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PreESModuleAcquireParser.jsonVisInfo (   self,
  data 
)

Definition at line 880 of file edmModuleAllocMonitorAnalyze.py.

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

880  def jsonVisInfo(self, data):
881  return self._preJsonVis(Activity.acquire, data)
882 

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PreESModuleAcquireParser.textSpecial (   self)

Definition at line 878 of file edmModuleAllocMonitorAnalyze.py.

878  def textSpecial(self):
879  return "starting acquire"