CMS 3D CMS Logo

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

Variables

tuple connect = cms.string( str(options.destinationDatabase) )
 
tuple debugModules = cms.untracked.vstring('*')
 
tuple destinations = cms.untracked.vstring('cout')
 
tuple DumpStat = cms.untracked.bool(True)
 
tuple loggingOn = cms.untracked.bool(True)
 
tuple process = setup_popcon( recordName, tagTimeType )
 
tuple record = cms.string( recordName )
 
string recordName = "EcalDAQTowerStatusRcd"
 
tuple SinceAppendMode = cms.bool(True)
 
tuple Source
 
string tagTimeType = "runnumber"
 
tuple targetDBConnectionString = cms.untracked.string(str(options.destinationDatabase))
 
tuple toGet = cms.VPSet( psetForRecord( recordName ) )
 

Variable Documentation

tuple EcalDAQ_popcon.connect = cms.string( str(options.destinationDatabase) )

Definition at line 16 of file EcalDAQ_popcon.py.

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

Definition at line 11 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.destinations = cms.untracked.vstring('cout')

Definition at line 12 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.DumpStat = cms.untracked.bool(True)

Definition at line 17 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.loggingOn = cms.untracked.bool(True)

Definition at line 26 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.process = setup_popcon( recordName, tagTimeType )

Definition at line 7 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.record = cms.string( recordName )

Definition at line 25 of file EcalDAQ_popcon.py.

string EcalDAQ_popcon.recordName = "EcalDAQTowerStatusRcd"

Definition at line 4 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.SinceAppendMode = cms.bool(True)

Definition at line 24 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.Source
Initial value:
1 = cms.PSet(
2  firstRun = cms.string('121756'),
3  lastRun = cms.string('100000000'),
4  OnlineDBUser = cms.string(db_user),
5  debug = cms.bool(False),
6  OnlineDBPassword = cms.string(db_pwd),
7  OnlineDBSID = cms.string(db_service),
8  location = cms.string('P5_Co'),
9 # runtype = cms.string('Cosmic'),
10  runtype = cms.string('BEAM'),
11  gentag = cms.string('GLOBAL')
12  )

Definition at line 27 of file EcalDAQ_popcon.py.

string EcalDAQ_popcon.tagTimeType = "runnumber"

Definition at line 5 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.targetDBConnectionString = cms.untracked.string(str(options.destinationDatabase))

Definition at line 39 of file EcalDAQ_popcon.py.

tuple EcalDAQ_popcon.toGet = cms.VPSet( psetForRecord( recordName ) )

Definition at line 18 of file EcalDAQ_popcon.py.