CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, ctype, label, payloadHashes, args)
 
def name (self)
 
def objtype (self)
 
def payloads (self)
 

Private Attributes

 _args
 
 _label
 
 _payloadHashs
 
 _type
 

Detailed Description

Definition at line 204 of file conddb2hdf5.py.

Constructor & Destructor Documentation

◆ __init__()

def conddb2hdf5.DBDataProduct.__init__ (   self,
  ctype,
  label,
  payloadHashes,
  args 
)

Definition at line 205 of file conddb2hdf5.py.

205  def __init__(self, ctype, label, payloadHashes, args):
206  self._type = ctype
207  self._label = label
208  self._payloadHashs = payloadHashes
209  self._args = args
210 
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

◆ name()

def conddb2hdf5.DBDataProduct.name (   self)

◆ objtype()

def conddb2hdf5.DBDataProduct.objtype (   self)

Definition at line 213 of file conddb2hdf5.py.

References MELaserPrim._type, conddb2hdf5.DBPayload._type, and conddb2hdf5.DBDataProduct._type.

213  def objtype(self):
214  return self._type

◆ payloads()

def conddb2hdf5.DBDataProduct.payloads (   self)

Member Data Documentation

◆ _args

conddb2hdf5.DBDataProduct._args
private

◆ _label

conddb2hdf5.DBDataProduct._label
private

◆ _payloadHashs

conddb2hdf5.DBDataProduct._payloadHashs
private

Definition at line 208 of file conddb2hdf5.py.

Referenced by conddb2hdf5.DBDataProduct.payloads().

◆ _type

conddb2hdf5.DBDataProduct._type
private