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('EcalLaserAPDPNRatiosRcd') |
tuple | SinceAppendMode = cms.bool(True) |
tuple | Source |
tuple | timetype = cms.string('runnumber') |
tuple | toGet |
tuple | toPut |
Definition at line 13 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::destinations = cms.untracked.vstring('cout') |
Definition at line 14 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::firstValue = cms.uint64(1) |
Definition at line 18 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::interval = cms.uint64(1) |
Definition at line 21 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::lastValue = cms.uint64(1) |
Definition at line 19 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::logconnect = cms.untracked.string('sqlite_file:DBLog.db') |
Definition at line 35 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::loggingOn = cms.untracked.bool(True) |
Definition at line 50 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::process = cms.Process("ProcessOne") |
Definition at line 3 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::record = cms.string('EcalLaserAPDPNRatiosRcd') |
Definition at line 49 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::SinceAppendMode = cms.bool(True) |
Definition at line 48 of file EcalO2O_laser_online_cfg.py.
00001 cms.PSet( 00002 # maxtime is mandatory 00003 # it can be expressed either as an absolute time with format YYYY-MM-DD HH24:MI:SS 00004 # or as a relative time w.r.t. now, using -N, where N is expressed in units 00005 # of hours 00006 maxtime = cms.string("-40"), 00007 # maxtime = cms.string("2011-12-12 23:59:59"), 00008 sequences = cms.string("16"), 00009 OnlineDBUser = cms.string('CMS_ECAL_LASER_COND'), 00010 # debug must be False for production 00011 debug = cms.bool(True), 00012 # if fake is True, no insertion in the db is performed 00013 fake = cms.bool(True), 00014 OnlineDBPassword = cms.string('XXXX'), 00015 OnlineDBSID = cms.string('CMS_OMDS_LB') 00016 )
Definition at line 51 of file EcalO2O_laser_online_cfg.py.
tuple EcalO2O_laser_online_cfg::timetype = cms.string('runnumber') |
Definition at line 20 of file EcalO2O_laser_online_cfg.py.
00001 cms.VPSet(cms.PSet( 00002 record = cms.string('EcalLaserAPDPNRatiosRcd'), 00003 tag = cms.string('EcalLaserAPDPNRatios_v4_online') 00004 ))
Definition at line 27 of file EcalO2O_laser_online_cfg.py.
00001 cms.VPSet(cms.PSet( 00002 record = cms.string('EcalLaserAPDPNRatiosRcd'), 00003 tag = cms.string('EcalLaserAPDPNRatios_v4_online') 00004 ))
Definition at line 37 of file EcalO2O_laser_online_cfg.py.