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 |
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 |
00001 cms.VPSet(cms.PSet( 00002 record = cms.string('TrackerAlignmentRcd'), 00003 tag = cms.string('Alignments') 00004 ), 00005 cms.PSet( 00006 record = cms.string('TrackerAlignmentErrorRcd'), 00007 tag = cms.string('AlignmentErrors') 00008 ))
Definition at line 16 of file upload_tpl.py.