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 ) ) |
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 |
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.