CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edmModuleAllocMonitorAnalyze.PreEDModuleAcquireParser Class Reference
Inheritance diagram for edmModuleAllocMonitorAnalyze.PreEDModuleAcquireParser:
edmModuleAllocMonitorAnalyze.EDModuleTransitionParser

Public Member Functions

def __init__ (self, payload, names, moduleCentric)
 
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)
 

Private Attributes

 _moduleCentric
 

Additional Inherited Members

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

Detailed Description

Definition at line 733 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

def edmModuleAllocMonitorAnalyze.PreEDModuleAcquireParser.__init__ (   self,
  payload,
  names,
  moduleCentric 
)

Definition at line 734 of file edmModuleAllocMonitorAnalyze.py.

734  def __init__(self, payload, names, moduleCentric):
735  super().__init__(payload, names)
736  self._moduleCentric = moduleCentric
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.PreEDModuleAcquireParser.jsonInfo (   self,
  syncs,
  temp,
  data 
)

Definition at line 741 of file edmModuleAllocMonitorAnalyze.py.

References edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._preJsonInfo().

741  def jsonInfo(self, syncs, temp, data):
742  self._preJsonInfo(temp)
743 
744 

◆ jsonVisInfo()

def edmModuleAllocMonitorAnalyze.PreEDModuleAcquireParser.jsonVisInfo (   self,
  data 
)

◆ textSpecial()

def edmModuleAllocMonitorAnalyze.PreEDModuleAcquireParser.textSpecial (   self)

Definition at line 737 of file edmModuleAllocMonitorAnalyze.py.

737  def textSpecial(self):
738  return "starting acquire"

Member Data Documentation

◆ _moduleCentric

edmModuleAllocMonitorAnalyze.PreEDModuleAcquireParser._moduleCentric
private