CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pool_btagTtbarWpWinter13.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 PoolDBESSourcebtagTtbarWp = 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('PerformancePayloadFromTable_TTBARWPBTAGCSVL_v10_offline'),
14  label = cms.untracked.string('TTBARWPBTAGCSVL_T')
15  ),
16  cms.PSet(
17  record = cms.string('PerformanceWPRecord'),
18  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGCSVL_v10_offline'),
19  label = cms.untracked.string('TTBARWPBTAGCSVL_WP')
20  ),
21  cms.PSet(
22  record = cms.string('PerformancePayloadRecord'),
23  tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGCSVM_v10_offline'),
24  label = cms.untracked.string('TTBARWPBTAGCSVM_T')
25  ),
26  cms.PSet(
27  record = cms.string('PerformanceWPRecord'),
28  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGCSVM_v10_offline'),
29  label = cms.untracked.string('TTBARWPBTAGCSVM_WP')
30  ),
31  cms.PSet(
32  record = cms.string('PerformancePayloadRecord'),
33  tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGCSVT_v10_offline'),
34  label = cms.untracked.string('TTBARWPBTAGCSVT_T')
35  ),
36  cms.PSet(
37  record = cms.string('PerformanceWPRecord'),
38  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGCSVT_v10_offline'),
39  label = cms.untracked.string('TTBARWPBTAGCSVT_WP')
40  ),
41  cms.PSet(
42  record = cms.string('PerformancePayloadRecord'),
43  tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGJPL_v10_offline'),
44  label = cms.untracked.string('TTBARWPBTAGJPL_T')
45  ),
46  cms.PSet(
47  record = cms.string('PerformanceWPRecord'),
48  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGJPL_v10_offline'),
49  label = cms.untracked.string('TTBARWPBTAGJPL_WP')
50  ),
51  cms.PSet(
52  record = cms.string('PerformancePayloadRecord'),
53  tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGJPM_v10_offline'),
54  label = cms.untracked.string('TTBARWPBTAGJPM_T')
55  ),
56  cms.PSet(
57  record = cms.string('PerformanceWPRecord'),
58  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGJPM_v10_offline'),
59  label = cms.untracked.string('TTBARWPBTAGJPM_WP')
60  ),
61  cms.PSet(
62  record = cms.string('PerformancePayloadRecord'),
63  tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGJPT_v10_offline'),
64  label = cms.untracked.string('TTBARWPBTAGJPT_T')
65  ),
66  cms.PSet(
67  record = cms.string('PerformanceWPRecord'),
68  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGJPT_v10_offline'),
69  label = cms.untracked.string('TTBARWPBTAGJPT_WP')
70  ),
71  cms.PSet(
72  record = cms.string('PerformancePayloadRecord'),
73  tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGTCHPT_v10_offline'),
74  label = cms.untracked.string('TTBARWPBTAGTCHPT_T')
75  ),
76  cms.PSet(
77  record = cms.string('PerformanceWPRecord'),
78  tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGTCHPT_v10_offline'),
79  label = cms.untracked.string('TTBARWPBTAGTCHPT_WP')
80  ),
81 ))
82 PoolDBESSourcebtagTtbarWp.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'