CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
conddblib.DbRef Class Reference

Public Member Functions

def __init__ (self, refType, refColumn)
 

Public Attributes

 rcol
 
 rtype
 

Detailed Description

Definition at line 179 of file conddblib.py.

Constructor & Destructor Documentation

◆ __init__()

def conddblib.DbRef.__init__ (   self,
  refType,
  refColumn 
)

Definition at line 180 of file conddblib.py.

180  def __init__(self,refType, refColumn):
181  self.rtype = refType
182  self.rcol = refColumn
183 
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

◆ rcol

conddblib.DbRef.rcol

Definition at line 182 of file conddblib.py.

◆ rtype

conddblib.DbRef.rtype

Definition at line 181 of file conddblib.py.