CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
EcalO2O_laser_online_cfg Namespace Reference

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
 

Variable Documentation

tuple EcalO2O_laser_online_cfg.debugModules = cms.untracked.vstring('*')

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.

tuple EcalO2O_laser_online_cfg.Source
Initial value:
1 = cms.PSet(
2  # maxtime is mandatory
3  # it can be expressed either as an absolute time with format YYYY-MM-DD HH24:MI:SS
4  # or as a relative time w.r.t. now, using -N, where N is expressed in units
5  # of hours
6 # maxtime = cms.string("-40"),
7  maxtime = cms.string("2012-12-12 23:59:59"),
8  sequences = cms.string("16"),
9  OnlineDBUser = cms.string('CMS_ECAL_LASER_COND'),
10  # debug must be False for production
11  debug = cms.bool(False),
12  # if fake is True, no insertion in the db is performed
13  fake = cms.bool(True),
14  OnlineDBPassword = cms.string('0r4cms_3c4l_2011'),
15  OnlineDBSID = cms.string('CMS_OMDS_LB')
16  )

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.

tuple EcalO2O_laser_online_cfg.toGet
Initial value:
1 = cms.VPSet(cms.PSet(
2  record = cms.string('EcalLaserAPDPNRatiosRcd'),
3  tag = cms.string('EcalLaserAPDPNRatios_last')
4  ))

Definition at line 27 of file EcalO2O_laser_online_cfg.py.

tuple EcalO2O_laser_online_cfg.toPut
Initial value:
1 = cms.VPSet(cms.PSet(
2  record = cms.string('EcalLaserAPDPNRatiosRcd'),
3  tag = cms.string('EcalLaserAPDPNRatios_last')
4  ))

Definition at line 37 of file EcalO2O_laser_online_cfg.py.