Variables | |
tuple | es_prefer_jec = cms.ESPrefer('PoolDBESSource','jec') |
tuple | jec |
tuple patTestJEC_local_cfi::es_prefer_jec = cms.ESPrefer('PoolDBESSource','jec') |
Definition at line 20 of file patTestJEC_local_cfi.py.
00001 cms.ESSource("PoolDBESSource", 00002 DBParameters = cms.PSet( 00003 messageLevel = cms.untracked.int32(0) 00004 ), 00005 timetype = cms.string('runnumber'), 00006 toGet = cms.VPSet( 00007 cms.PSet( 00008 record = cms.string('JetCorrectionsRecord'), 00009 tag = cms.string('JetCorrectorParametersCollection_Jec43x_AK5PF'), 00010 label = cms.untracked.string('AK5PF') 00011 ) 00012 ), 00013 ## here you add as many jet types as you need (AK5Calo, AK5JPT, AK7PF, AK7Calo, KT4PF, KT4Calo, KT6PF, KT6Calo) 00014 connect = cms.string('sqlite_file:Jec43x.db') 00015 )
Definition at line 4 of file patTestJEC_local_cfi.py.