CMS 3D CMS Logo

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

Variables

tuple connect = cms.string( str(md.destinationDatabase()) )
 
tuple DBParameters
 
tuple DumpStat = cms.untracked.bool(True)
 
tuple firstValue = cms.uint64(1)
 
tuple interval = cms.uint64(1)
 
tuple lastValue = cms.uint64(1)
 
tuple logconnect = cms.untracked.string('sqlite:%s' %popcon2dropbox.dbLogFile)
 
tuple md = popcon2dropbox.CondMetaData()
 
tuple outRec = v.get('outputRecord')
 
tuple process = cms.Process("TEST")
 
list psetForOutRec = []
 
list psetForRec = []
 
tuple sqliteTag = v.get('sqliteTag')
 
tuple tag = cms.string(str(v.get('destinationTag')))
 
tuple timetype = cms.untracked.string(str(v.get('timetype')))
 
tuple toGet = cms.VPSet( psetForRec )
 
tuple toPut = cms.VPSet( psetForOutRec )
 

Variable Documentation

tuple popcon2dropbox_job_conf.connect = cms.string( str(md.destinationDatabase()) )

Definition at line 54 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.DBParameters
Initial value:
1 = cms.PSet( authenticationPath = cms.untracked.string( str(md.authPath()) ),
2  authenticationSystem = cms.untracked.int32( int(md.authSys()) )
3  )

Definition at line 55 of file popcon2dropbox_job_conf.py.

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

Definition at line 58 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.firstValue = cms.uint64(1)

Definition at line 45 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.interval = cms.uint64(1)

Definition at line 47 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.lastValue = cms.uint64(1)

Definition at line 46 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.logconnect = cms.untracked.string('sqlite:%s' %popcon2dropbox.dbLogFile)

Definition at line 39 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.md = popcon2dropbox.CondMetaData()
popcon2dropbox_job_conf.outRec = v.get('outputRecord')

Definition at line 20 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.process = cms.Process("TEST")

Definition at line 33 of file popcon2dropbox_job_conf.py.

list popcon2dropbox_job_conf.psetForOutRec = []

Definition at line 18 of file popcon2dropbox_job_conf.py.

list popcon2dropbox_job_conf.psetForRec = []

Definition at line 10 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.sqliteTag = v.get('sqliteTag')

Definition at line 23 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.tag = cms.string(str(v.get('destinationTag')))

Definition at line 13 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.timetype = cms.untracked.string(str(v.get('timetype')))

Definition at line 28 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.toGet = cms.VPSet( psetForRec )

Definition at line 59 of file popcon2dropbox_job_conf.py.

tuple popcon2dropbox_job_conf.toPut = cms.VPSet( psetForOutRec )

Definition at line 40 of file popcon2dropbox_job_conf.py.