CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, hash_, type_, data)
 
def actualType (self)
 
def data (self)
 
def name (self)
 

Private Attributes

 _data
 
 _hash
 
 _type
 

Detailed Description

Definition at line 192 of file conddb2hdf5.py.

Constructor & Destructor Documentation

◆ __init__()

def conddb2hdf5.DBPayload.__init__ (   self,
  hash_,
  type_,
  data 
)

Definition at line 193 of file conddb2hdf5.py.

193  def __init__(self,hash_, type_, data):
194  self._hash = hash_
195  self._type = type_
196  self._data = data
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

◆ actualType()

def conddb2hdf5.DBPayload.actualType (   self)

Definition at line 199 of file conddb2hdf5.py.

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

199  def actualType(self):
200  return self._type

◆ data()

def conddb2hdf5.DBPayload.data (   self)

Definition at line 201 of file conddb2hdf5.py.

References conddb2hdf5.DBPayload._data.

Referenced by data_sources.node.__str__(), data_sources.json_list.as_dicts(), data_sources.json_list.as_table(), data_sources.json_list.get_members(), and data_sources.json_list.last().

201  def data(self):
202  return self._data
203 
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80

◆ name()

def conddb2hdf5.DBPayload.name (   self)

Definition at line 197 of file conddb2hdf5.py.

References conddb2hdf5.DBPayload._hash.

Referenced by config.CFG.__str__(), validation.Sample.digest(), and VIDSelectorBase.VIDSelectorBase.initialize().

197  def name(self):
198  return self._hash

Member Data Documentation

◆ _data

conddb2hdf5.DBPayload._data
private

◆ _hash

conddb2hdf5.DBPayload._hash
private

Definition at line 194 of file conddb2hdf5.py.

Referenced by condhdf5tohdf5.H5Payload.name(), and conddb2hdf5.DBPayload.name().

◆ _type

conddb2hdf5.DBPayload._type
private