CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patTestJEC_cfi.py
Go to the documentation of this file.
2 
3 # Be sure to change the "V5" to whatever is in your payloads.
5 jec = cms.ESSource("PoolDBESSource",CondDBSetup,
6  connect = cms.string("frontier://FrontierPrep/CMS_COND_PHYSICSTOOLS"),
7  toGet = cms.VPSet(
8  cms.PSet(record = cms.string("JetCorrectionsRecord"),
9  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_AK5Calo"),
10  label=cms.untracked.string("AK5Calo")),
11  cms.PSet(record = cms.string("JetCorrectionsRecord"),
12  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_AK5PF"),
13  label=cms.untracked.string("AK5PF")),
14  cms.PSet(record = cms.string("JetCorrectionsRecord"),
15  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_AK5JPT"),
16  label=cms.untracked.string("AK5JPT")),
17  cms.PSet(record = cms.string("JetCorrectionsRecord"),
18  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_AK5TRK"),
19  label=cms.untracked.string("AK5TRK")),
20  cms.PSet(record = cms.string("JetCorrectionsRecord"),
21  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_AK7Calo"),
22  label=cms.untracked.string("AK7Calo")),
23  cms.PSet(record = cms.string("JetCorrectionsRecord"),
24  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_AK7PF"),
25  label=cms.untracked.string("AK7PF")),
26  cms.PSet(record = cms.string("JetCorrectionsRecord"),
27  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_IC5Calo"),
28  label=cms.untracked.string("IC5Calo")),
29  cms.PSet(record = cms.string("JetCorrectionsRecord"),
30  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_IC5PF"),
31  label=cms.untracked.string("IC5PF")),
32  cms.PSet(record = cms.string("JetCorrectionsRecord"),
33  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_KT4Calo"),
34  label=cms.untracked.string("KT4Calo")),
35  cms.PSet(record = cms.string("JetCorrectionsRecord"),
36  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_KT4PF"),
37  label=cms.untracked.string("KT4PF")),
38  cms.PSet(record = cms.string("JetCorrectionsRecord"),
39  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_KT6Calo"),
40  label=cms.untracked.string("KT6PF")),
41  cms.PSet(record = cms.string("JetCorrectionsRecord"),
42  tag = cms.string("JetCorrectorParametersCollection_Jec10V1_KT6PF"),
43  label=cms.untracked.string("KT6PF")),
44  )
45 
46  )
47 
48 es_prefer_jec = cms.ESPrefer("PoolDBESSource","jec")