CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pool_btagMistagD.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 PoolDBESSourcebtagMistagD = 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_MISTAGCSVLD_v9_offline'),
14  label = cms.untracked.string('MISTAGCSVLD_T')
15  ),
16  cms.PSet(
17  record = cms.string('PerformanceWPRecord'),
18  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVLD_v9_offline'),
19  label = cms.untracked.string('MISTAGCSVLD_WP')
20  ),
21  cms.PSet(
22  record = cms.string('PerformancePayloadRecord'),
23  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVMD_v9_offline'),
24  label = cms.untracked.string('MISTAGCSVMD_T')
25  ),
26  cms.PSet(
27  record = cms.string('PerformanceWPRecord'),
28  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVMD_v9_offline'),
29  label = cms.untracked.string('MISTAGCSVMD_WP')
30  ),
31  cms.PSet(
32  record = cms.string('PerformancePayloadRecord'),
33  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVTD_v9_offline'),
34  label = cms.untracked.string('MISTAGCSVTD_T')
35  ),
36  cms.PSet(
37  record = cms.string('PerformanceWPRecord'),
38  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVTD_v9_offline'),
39  label = cms.untracked.string('MISTAGCSVTD_WP')
40  ),
41  cms.PSet(
42  record = cms.string('PerformancePayloadRecord'),
43  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPLD_v9_offline'),
44  label = cms.untracked.string('MISTAGJPLD_T')
45  ),
46  cms.PSet(
47  record = cms.string('PerformanceWPRecord'),
48  tag = cms.string('PerformanceWorkingPoint_MISTAGJPLD_v9_offline'),
49  label = cms.untracked.string('MISTAGJPLD_WP')
50  ),
51  cms.PSet(
52  record = cms.string('PerformancePayloadRecord'),
53  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPMD_v9_offline'),
54  label = cms.untracked.string('MISTAGJPMD_T')
55  ),
56  cms.PSet(
57  record = cms.string('PerformanceWPRecord'),
58  tag = cms.string('PerformanceWorkingPoint_MISTAGJPMD_v9_offline'),
59  label = cms.untracked.string('MISTAGJPMD_WP')
60  ),
61  cms.PSet(
62  record = cms.string('PerformancePayloadRecord'),
63  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPTD_v9_offline'),
64  label = cms.untracked.string('MISTAGJPTD_T')
65  ),
66  cms.PSet(
67  record = cms.string('PerformanceWPRecord'),
68  tag = cms.string('PerformanceWorkingPoint_MISTAGJPTD_v9_offline'),
69  label = cms.untracked.string('MISTAGJPTD_WP')
70  ),
71  cms.PSet(
72  record = cms.string('PerformancePayloadRecord'),
73  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGTCHPTD_v9_offline'),
74  label = cms.untracked.string('MISTAGTCHPTD_T')
75  ),
76  cms.PSet(
77  record = cms.string('PerformanceWPRecord'),
78  tag = cms.string('PerformanceWorkingPoint_MISTAGTCHPTD_v9_offline'),
79  label = cms.untracked.string('MISTAGTCHPTD_WP')
80  ),
81 ))
82 PoolDBESSourcebtagMistagD.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'
83 
84 
85 
86