CMS 3D CMS Logo

Variables

readCalibrations2006_v0_cff Namespace Reference

Variables

tuple getCalibrations
tuple src1

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("EventSetupRecordDataGetter",
00002     toGet = cms.VPSet(cms.PSet(
00003         record = cms.string('EcalIntercalibConstantsRcd'),
00004         data = cms.vstring('EcalIntercalibConstants')
00005     ), 
00006         cms.PSet(
00007             record = cms.string('EcalADCToGeVConstantRcd'),
00008             data = cms.vstring('EcalADCToGeVConstant')
00009         )),
00010     verbose = cms.untracked.bool(True)
00011 )

Definition at line 20 of file readCalibrations2006_v0_cff.py.

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002     messagelevel = cms.untracked.uint32(1),
00003     loadAll = cms.bool(True),
00004     #                               string connect = "sqlite_file:/afs/cern.ch/cms/ECAL/testbeam/pedestal/2004/v2/ecal2004condDB.db"
00005     #                          untracked string catalog = "file:/afs/cern.ch/cms/ECAL/testbeam/pedestal/2004/v2/PoolFileCatalog.xml"    
00006     timetype = cms.string('runnumber'),
00007     toGet = cms.VPSet(cms.PSet(
00008         record = cms.string('EcalIntercalibConstantsRcd'),
00009         tag = cms.string('EcalIntercalibConstants')
00010     ), 
00011         cms.PSet(
00012             record = cms.string('EcalADCToGeVConstantRcd'),
00013             tag = cms.string('EcalADCToGeVConstant')
00014         )),
00015     authenticationMethod = cms.untracked.uint32(0)
00016 )

Definition at line 3 of file readCalibrations2006_v0_cff.py.