CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self)
 
def seek (self, i)
 

Detailed Description

Definition at line 1302 of file edmModuleAllocMonitorAnalyze.py.

Constructor & Destructor Documentation

◆ __init__()

def edmModuleAllocMonitorAnalyze.DummyFile.__init__ (   self)

Definition at line 1303 of file edmModuleAllocMonitorAnalyze.py.

1303  def __init__(self):
1304  super()
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

◆ seek()

def edmModuleAllocMonitorAnalyze.DummyFile.seek (   self,
  i 
)

Definition at line 1305 of file edmModuleAllocMonitorAnalyze.py.

1305  def seek(self, i):
1306  pass
1307