Variables | |
tuple | debugModules = cms.untracked.vstring('*') |
tuple | destinations = cms.untracked.vstring('cout') |
tuple | firstValue = cms.uint64(1) |
tuple | interval = cms.uint64(1) |
tuple | lastValue = cms.uint64(1) |
tuple | logconnect = cms.untracked.string('sqlite_file:DBLog.db') |
tuple | loggingOn = cms.untracked.bool(True) |
tuple | process = cms.Process("ProcessOne") |
tuple | record = cms.string('EcalChannelStatusRcd') |
tuple | SinceAppendMode = cms.bool(True) |
tuple | Source |
tuple | timetype = cms.string('runnumber') |
tuple | toGet |
tuple | toPut |
Definition at line 13 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::destinations = cms.untracked.vstring('cout') |
Definition at line 14 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::firstValue = cms.uint64(1) |
Definition at line 18 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::interval = cms.uint64(1) |
Definition at line 21 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::lastValue = cms.uint64(1) |
Definition at line 19 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::logconnect = cms.untracked.string('sqlite_file:DBLog.db') |
Definition at line 37 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::loggingOn = cms.untracked.bool(True) |
Definition at line 48 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::process = cms.Process("ProcessOne") |
Definition at line 3 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::record = cms.string('EcalChannelStatusRcd') |
Definition at line 47 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::SinceAppendMode = cms.bool(True) |
Definition at line 46 of file EcalO2O_channelStatus_cfg.py.
00001 cms.PSet( 00002 GenTag = cms.string('GLOBAL'), # LOCAL or GLOBAL 00003 RunType = cms.string('COSMIC'), # PEDESTAL, LASER or COSMIC 00004 firstRun = cms.string('112639'), 00005 lastRun = cms.string('112639'), 00006 LocationSource = cms.string('P5'), 00007 OnlineDBUser = cms.string('cms_ecal_r'), 00008 debug = cms.bool(True), 00009 Location = cms.string('P5_Co'), 00010 OnlineDBPassword = cms.string('******'), 00011 OnlineDBSID = cms.string('cms_testbeam'), 00012 )
Definition at line 49 of file EcalO2O_channelStatus_cfg.py.
tuple EcalO2O_channelStatus_cfg::timetype = cms.string('runnumber') |
Definition at line 20 of file EcalO2O_channelStatus_cfg.py.
00001 cms.VPSet(cms.PSet( 00002 record = cms.string('EcalChannelStatusRcd'), 00003 tag = cms.string('EcalChannelStatus_online') 00004 ))
Definition at line 27 of file EcalO2O_channelStatus_cfg.py.
00001 cms.VPSet(cms.PSet( 00002 record = cms.string('EcalChannelStatusRcd'), 00003 tag = cms.string('EcalChannelStatus_online') 00004 ))
Definition at line 39 of file EcalO2O_channelStatus_cfg.py.