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 | process = cms.Process("TEST") |
tuple | timetype = cms.string('runnumber') |
tuple | toCopy |
tuple | toPut |
Definition at line 12 of file copyTrivialES_sqlite_cfg.py.
tuple copyTrivialES_sqlite_cfg::destinations = cms.untracked.vstring('cout') |
Definition at line 13 of file copyTrivialES_sqlite_cfg.py.
tuple copyTrivialES_sqlite_cfg::firstValue = cms.uint64(1) |
Definition at line 17 of file copyTrivialES_sqlite_cfg.py.
tuple copyTrivialES_sqlite_cfg::interval = cms.uint64(1) |
Definition at line 20 of file copyTrivialES_sqlite_cfg.py.
tuple copyTrivialES_sqlite_cfg::lastValue = cms.uint64(1) |
Definition at line 18 of file copyTrivialES_sqlite_cfg.py.
tuple copyTrivialES_sqlite_cfg::process = cms.Process("TEST") |
Definition at line 3 of file copyTrivialES_sqlite_cfg.py.
tuple copyTrivialES_sqlite_cfg::timetype = cms.string('runnumber') |
Definition at line 19 of file copyTrivialES_sqlite_cfg.py.
00001 cms.VPSet( 00002 cms.PSet( 00003 record = cms.string('ESADCToGeVConstantRcd'), 00004 container = cms.string('ESADCToGeVConstant') 00005 ), 00006 cms.PSet( 00007 record = cms.string('ESPedestalsRcd'), 00008 container = cms.string('ESPedestals') 00009 ), 00010 cms.PSet( 00011 record = cms.string('ESChannelStatusRcd'), 00012 container = cms.string('ESChannelStatus') 00013 ), 00014 cms.PSet( 00015 record = cms.string('ESWeightStripGroupsRcd'), 00016 container = cms.string('ESWeightStripGroups') 00017 ), 00018 cms.PSet( 00019 record = cms.string('ESIntercalibConstantsRcd'), 00020 container = cms.string('ESIntercalibConstants') 00021 ))
Definition at line 50 of file copyTrivialES_sqlite_cfg.py.
00001 cms.VPSet( 00002 cms.PSet( 00003 record = cms.string('ESADCToGeVConstantRcd'), 00004 tag = cms.string('ESADCToGeVConstant_mc') 00005 ), 00006 cms.PSet( 00007 record = cms.string('ESPedestalsRcd'), 00008 tag = cms.string('ESPedestals_mc') 00009 ), 00010 cms.PSet( 00011 record = cms.string('ESChannelStatusRcd'), 00012 tag = cms.string('EChannelStatus_mc') 00013 ), 00014 cms.PSet( 00015 record = cms.string('ESWeightStripGroupsRcd'), 00016 tag = cms.string('ESWeightStripGroups_mc') 00017 ), 00018 cms.PSet( 00019 record = cms.string('ESIntercalibConstantsRcd'), 00020 tag = cms.string('ESIntercalibConstants_mc') 00021 ))
Definition at line 25 of file copyTrivialES_sqlite_cfg.py.