CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pool_btagMistagAB.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 PoolDBESSourcebtagMistagAB = 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_MISTAGCSVLAB_v9_offline'),
14  label = cms.untracked.string('MISTAGCSVLAB_T')
15  ),
16  cms.PSet(
17  record = cms.string('PerformanceWPRecord'),
18  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVLAB_v9_offline'),
19  label = cms.untracked.string('MISTAGCSVLAB_WP')
20  ),
21  cms.PSet(
22  record = cms.string('PerformancePayloadRecord'),
23  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVMAB_v9_offline'),
24  label = cms.untracked.string('MISTAGCSVMAB_T')
25  ),
26  cms.PSet(
27  record = cms.string('PerformanceWPRecord'),
28  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVMAB_v9_offline'),
29  label = cms.untracked.string('MISTAGCSVMAB_WP')
30  ),
31  cms.PSet(
32  record = cms.string('PerformancePayloadRecord'),
33  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVTAB_v9_offline'),
34  label = cms.untracked.string('MISTAGCSVTAB_T')
35  ),
36  cms.PSet(
37  record = cms.string('PerformanceWPRecord'),
38  tag = cms.string('PerformanceWorkingPoint_MISTAGCSVTAB_v9_offline'),
39  label = cms.untracked.string('MISTAGCSVTAB_WP')
40  ),
41  cms.PSet(
42  record = cms.string('PerformancePayloadRecord'),
43  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPLAB_v9_offline'),
44  label = cms.untracked.string('MISTAGJPLAB_T')
45  ),
46  cms.PSet(
47  record = cms.string('PerformanceWPRecord'),
48  tag = cms.string('PerformanceWorkingPoint_MISTAGJPLAB_v9_offline'),
49  label = cms.untracked.string('MISTAGJPLAB_WP')
50  ),
51  cms.PSet(
52  record = cms.string('PerformancePayloadRecord'),
53  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPMAB_v9_offline'),
54  label = cms.untracked.string('MISTAGJPMAB_T')
55  ),
56  cms.PSet(
57  record = cms.string('PerformanceWPRecord'),
58  tag = cms.string('PerformanceWorkingPoint_MISTAGJPMAB_v9_offline'),
59  label = cms.untracked.string('MISTAGJPMAB_WP')
60  ),
61  cms.PSet(
62  record = cms.string('PerformancePayloadRecord'),
63  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPTAB_v9_offline'),
64  label = cms.untracked.string('MISTAGJPTAB_T')
65  ),
66  cms.PSet(
67  record = cms.string('PerformanceWPRecord'),
68  tag = cms.string('PerformanceWorkingPoint_MISTAGJPTAB_v9_offline'),
69  label = cms.untracked.string('MISTAGJPTAB_WP')
70  ),
71  cms.PSet(
72  record = cms.string('PerformancePayloadRecord'),
73  tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGTCHPTAB_v9_offline'),
74  label = cms.untracked.string('MISTAGTCHPTAB_T')
75  ),
76  cms.PSet(
77  record = cms.string('PerformanceWPRecord'),
78  tag = cms.string('PerformanceWorkingPoint_MISTAGTCHPTAB_v9_offline'),
79  label = cms.untracked.string('MISTAGTCHPTAB_WP')
80  ),
81 ))
82 PoolDBESSourcebtagMistagAB.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'
83 
84 
85 
86