CMS 3D CMS Logo

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

Variables

tuple connect = cms.string('sqlite_file:<PATH>/alignments.db')
 
tuple input = cms.untracked.int32(1)
 
tuple process = cms.Process("Alignment")
 
tuple timetype = cms.untracked.string('runnumber')
 
tuple toPut
 

Variable Documentation

tuple upload_tpl.connect = cms.string('sqlite_file:<PATH>/alignments.db')

Definition at line 15 of file upload_tpl.py.

tuple upload_tpl.input = cms.untracked.int32(1)

Definition at line 10 of file upload_tpl.py.

tuple upload_tpl.process = cms.Process("Alignment")

Definition at line 2 of file upload_tpl.py.

tuple upload_tpl.timetype = cms.untracked.string('runnumber')

Definition at line 14 of file upload_tpl.py.

tuple upload_tpl.toPut
Initial value:
1 = cms.VPSet(cms.PSet(
2  record = cms.string('TrackerAlignmentRcd'),
3  tag = cms.string('Alignments')
4  ),
5  cms.PSet(
6  record = cms.string('TrackerAlignmentErrorRcd'),
7  tag = cms.string('AlignmentErrors')
8  ))

Definition at line 16 of file upload_tpl.py.