CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, high, low)
 

Public Attributes

 high
 
 low
 

Detailed Description

Definition at line 152 of file conddb2hdf5.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 153 of file conddb2hdf5.py.

153  def __init__(self, high, low):
154  self.high = high
155  self.low = low
156 
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

conddb2hdf5.IOVSyncValue.high

Definition at line 154 of file conddb2hdf5.py.

◆ low

conddb2hdf5.IOVSyncValue.low

Definition at line 155 of file conddb2hdf5.py.