CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pool_btagMistagC.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 PoolDBESSourcebtagMistagC = cms.ESSource("PoolDBESSource",
6  CondDBCommon,
7  toGet = cms.VPSet(
8  #
9  # working points
10  #
11  cms.PSet(
12  record = cms.string('PerformancePayloadRecord'),
13  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVLC_v9_offline'),
14  label = cms.untracked.string('MISTAGCSVLC_T')
15  ),
16  cms.PSet(
17  record = cms.string('PerformanceWPRecord'),
18  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVLC_v9_offline'),
19  label = cms.untracked.string('MISTAGCSVLC_WP')
20  ),
21  cms.PSet(
22  record = cms.string('PerformancePayloadRecord'),
23  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVMC_v9_offline'),
24  label = cms.untracked.string('MISTAGCSVMC_T')
25  ),
26  cms.PSet(
27  record = cms.string('PerformanceWPRecord'),
28  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVMC_v9_offline'),
29  label = cms.untracked.string('MISTAGCSVMC_WP')
30  ),
31  cms.PSet(
32  record = cms.string('PerformancePayloadRecord'),
33  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVTC_v9_offline'),
34  label = cms.untracked.string('MISTAGCSVTC_T')
35  ),
36  cms.PSet(
37  record = cms.string('PerformanceWPRecord'),
38  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVTC_v9_offline'),
39  label = cms.untracked.string('MISTAGCSVTC_WP')
40  ),
41  cms.PSet(
42  record = cms.string('PerformancePayloadRecord'),
43  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPLC_v9_offline'),
44  label = cms.untracked.string('MISTAGJPLC_T')
45  ),
46  cms.PSet(
47  record = cms.string('PerformanceWPRecord'),
48  tag = cms.string('PerformanceWorkingPoint_MISTAGJPLC_v9_offline'),
49  label = cms.untracked.string('MISTAGJPLC_WP')
50  ),
51  cms.PSet(
52  record = cms.string('PerformancePayloadRecord'),
53  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPMC_v9_offline'),
54  label = cms.untracked.string('MISTAGJPMC_T')
55  ),
56  cms.PSet(
57  record = cms.string('PerformanceWPRecord'),
58  tag = cms.string('PerformanceWorkingPoint_MISTAGJPMC_v9_offline'),
59  label = cms.untracked.string('MISTAGJPMC_WP')
60  ),
61  cms.PSet(
62  record = cms.string('PerformancePayloadRecord'),
63  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPTC_v9_offline'),
64  label = cms.untracked.string('MISTAGJPTC_T')
65  ),
66  cms.PSet(
67  record = cms.string('PerformanceWPRecord'),
68  tag = cms.string('PerformanceWorkingPoint_MISTAGJPTC_v9_offline'),
69  label = cms.untracked.string('MISTAGJPTC_WP')
70  ),
71  cms.PSet(
72  record = cms.string('PerformancePayloadRecord'),
73  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGTCHPTC_v9_offline'),
74  label = cms.untracked.string('MISTAGTCHPTC_T')
75  ),
76  cms.PSet(
77  record = cms.string('PerformanceWPRecord'),
78  tag = cms.string('PerformanceWorkingPoint_MISTAGTCHPTC_v9_offline'),
79  label = cms.untracked.string('MISTAGTCHPTC_WP')
80  ),
81 ))
82 PoolDBESSourcebtagMistagC.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'
83 
84 
85 
86