CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
condhdf5tohdf5.IOVSyncValue Class Reference
Inheritance diagram for condhdf5tohdf5.IOVSyncValue:

Public Member Functions

def __init__ (self, high, low)
 

Public Attributes

 high
 
 low
 

Detailed Description

Definition at line 26 of file condhdf5tohdf5.py.

Constructor & Destructor Documentation

◆ __init__()

def condhdf5tohdf5.IOVSyncValue.__init__ (   self,
  high,
  low 
)

Definition at line 27 of file condhdf5tohdf5.py.

27  def __init__(self, high, low):
28  self.high = high
29  self.low = low
30 
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 Data Documentation

◆ high

condhdf5tohdf5.IOVSyncValue.high

Definition at line 28 of file condhdf5tohdf5.py.

◆ low

condhdf5tohdf5.IOVSyncValue.low

Definition at line 29 of file condhdf5tohdf5.py.