CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
EcalLaser_prompt_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 = "EcalLaserAPDPNRatiosRcd"
 
tuple SinceAppendMode = cms.bool(True)
 
tuple Source
 
string tagTimeType = "timestamp"
 
tuple targetDBConnectionString = cms.untracked.string(str(options.destinationDatabase))
 
tuple toGet = cms.VPSet( psetForRecord( recordName ) )
 

Variable Documentation

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

Definition at line 15 of file EcalLaser_prompt_popcon.py.

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

Definition at line 10 of file EcalLaser_prompt_popcon.py.

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

Definition at line 11 of file EcalLaser_prompt_popcon.py.

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

Definition at line 16 of file EcalLaser_prompt_popcon.py.

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

Definition at line 25 of file EcalLaser_prompt_popcon.py.

tuple EcalLaser_prompt_popcon.process = setup_popcon( recordName, tagTimeType )

Definition at line 7 of file EcalLaser_prompt_popcon.py.

tuple EcalLaser_prompt_popcon.record = cms.string( recordName )

Definition at line 24 of file EcalLaser_prompt_popcon.py.

string EcalLaser_prompt_popcon.recordName = "EcalLaserAPDPNRatiosRcd"

Definition at line 4 of file EcalLaser_prompt_popcon.py.

tuple EcalLaser_prompt_popcon.SinceAppendMode = cms.bool(True)

Definition at line 23 of file EcalLaser_prompt_popcon.py.

tuple EcalLaser_prompt_popcon.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 of hours
5  maxtime = cms.string("-30"),
6  sequences = cms.string("20"),
7  OnlineDBUser = cms.string(db_user),
8  # debug must be False for production
9  debug = cms.bool(False),
10  # if fake is True, no insertion in the db is performed
11  fake = cms.bool(False),
12  OnlineDBPassword = cms.string(db_pwd),
13  OnlineDBSID = cms.string(db_service)
14  )

Definition at line 26 of file EcalLaser_prompt_popcon.py.

string EcalLaser_prompt_popcon.tagTimeType = "timestamp"

Definition at line 5 of file EcalLaser_prompt_popcon.py.

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

Definition at line 40 of file EcalLaser_prompt_popcon.py.

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

Definition at line 17 of file EcalLaser_prompt_popcon.py.