CMS 3D CMS Logo

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

Variables

tuple CondDBConnection = CondDB.clone(connect = cms.string(conddb_init.options.destinationDatabase))
 
tuple cout = cms.untracked.PSet(threshold = cms.untracked.string("INFO"))
 
tuple destinations = cms.untracked.vstring("cout")
 
tuple firstValue = cms.uint64(conddb_init.options.runNumber)
 
tuple interval = cms.uint64(1)
 
tuple lastValue = cms.uint64(conddb_init.options.runNumber)
 
tuple loggingOn = cms.untracked.bool(True)
 
tuple process = cms.Process("EcalIntercalibConstantsPopulator")
 
tuple record = cms.string("EcalIntercalibConstantsRcd")
 
tuple SinceAppendMode = cms.bool(True)
 
tuple Source
 
tuple targetDBConnectionString = cms.untracked.string("")
 
tuple timetype = cms.string('runnumber')
 
tuple toPut
 

Variable Documentation

tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.CondDBConnection = CondDB.clone(connect = cms.string(conddb_init.options.destinationDatabase))
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.cout = cms.untracked.PSet(threshold = cms.untracked.string("INFO"))
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.destinations = cms.untracked.vstring("cout")
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.firstValue = cms.uint64(conddb_init.options.runNumber)
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.interval = cms.uint64(1)
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.lastValue = cms.uint64(conddb_init.options.runNumber)
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.loggingOn = cms.untracked.bool(True)
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.process = cms.Process("EcalIntercalibConstantsPopulator")
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.record = cms.string("EcalIntercalibConstantsRcd")
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.SinceAppendMode = cms.bool(True)
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.Source
Initial value:
1 = cms.PSet(BTransition = cms.PSet(CondDBConnection, #We write and read from the same DB
2  runNumber = cms.uint64(conddb_init.options.runNumber),
3  tagForRunInfo = cms.string(conddb_init.options.tagForRunInfo),
4  tagForBOff = cms.string(conddb_init.options.tagForBOff),
5  tagForBOn = cms.string(conddb_init.options.tagForBOn),
6  currentThreshold = cms.untracked.double(conddb_init.options.currentThreshold)
7  )
8  )

Definition at line 32 of file EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.py.

tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.targetDBConnectionString = cms.untracked.string("")
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.timetype = cms.string('runnumber')
tuple EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.toPut
Initial value:
1 = cms.VPSet(cms.PSet(record = cms.string("EcalIntercalibConstantsRcd"),
2  tag = cms.string(conddb_init.options.destinationTag)
3  )
4  )

Definition at line 23 of file EcalIntercalibConstantsPopConBTransitionAnalyzer_cfg.py.