CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 1072 of file edmTracerCompactLogViewer.py.

Constructor & Destructor Documentation

◆ __init__()

def edmTracerCompactLogViewer.DummyFile.__init__ (   self)

Definition at line 1073 of file edmTracerCompactLogViewer.py.

1073  def __init__(self):
1074  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 edmTracerCompactLogViewer.DummyFile.seek (   self,
  i 
)

Definition at line 1075 of file edmTracerCompactLogViewer.py.

1075  def seek(self, i):
1076  pass
1077