CMS 3D CMS Logo

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

Variables

tuple es_prefer_jec = cms.ESPrefer('PoolDBESSource','jec')
 
tuple jec
 

Variable Documentation

tuple patTestJEC_local_cfi.es_prefer_jec = cms.ESPrefer('PoolDBESSource','jec')

Definition at line 20 of file patTestJEC_local_cfi.py.

tuple patTestJEC_local_cfi.jec
Initial value:
1 = cms.ESSource("PoolDBESSource",
2  DBParameters = cms.PSet(
3  messageLevel = cms.untracked.int32(0)
4  ),
5  timetype = cms.string('runnumber'),
6  toGet = cms.VPSet(
7  cms.PSet(
8  record = cms.string('JetCorrectionsRecord'),
9  tag = cms.string('JetCorrectorParametersCollection_Jec43x_AK5PF'),
10  label = cms.untracked.string('AK5PF')
11  )
12  ),
13  ## here you add as many jet types as you need (AK5Calo, AK5JPT, AK7PF, AK7Calo, KT4PF, KT4Calo, KT6PF, KT6Calo)
14  connect = cms.string('sqlite_file:Jec43x.db')
15 )

Definition at line 4 of file patTestJEC_local_cfi.py.