|
33 | 33 | name = cms.string("RawPFMET"), |
34 | 34 | doc = cms.string("raw PF MET"), |
35 | 35 | variables = cms.PSet(#NOTA BENE: we don't copy PTVars here! |
36 | | - pt = Var("uncorPt", float, doc="pt", precision=10), |
37 | | - phi = Var("uncorPhi", float, doc="phi", precision=10), |
38 | | - sumEt = Var("uncorSumEt", float, doc="scalar sum of Et", precision=10), |
| 36 | + pt = Var("uncorPt", float, doc="pt", precision=-1), |
| 37 | + phi = Var("uncorPhi", float, doc="phi", precision=12), |
| 38 | + sumEt = Var("uncorSumEt", float, doc="scalar sum of Et", precision=12), |
39 | 39 | ), |
40 | 40 | ) |
41 | 41 |
|
|
74 | 74 | name = cms.string("RawPuppiMET"), |
75 | 75 | doc = cms.string("raw Puppi MET"), |
76 | 76 | variables = cms.PSet(#NOTA BENE: we don't copy PTVars here! |
77 | | - pt = Var("uncorPt", float, doc="pt", precision=10), |
78 | | - phi = Var("uncorPhi", float, doc="phi", precision=10), |
79 | | - sumEt = Var("uncorSumEt", float, doc="scalar sum of Et", precision=10), |
80 | | - ),) |
81 | | - |
| 77 | + pt = Var("uncorPt", float, doc="pt", precision=-1), |
| 78 | + phi = Var("uncorPhi", float, doc="phi", precision=12), |
| 79 | + sumEt = Var("uncorSumEt", float, doc="scalar sum of Et", precision=12), |
| 80 | + ), |
| 81 | +) |
82 | 82 |
|
83 | 83 | trkMetTable = simpleSingletonPATMETFlatTableProducer.clone( |
84 | 84 | src = pfmetTable.src, |
|
124 | 124 | ) |
125 | 125 |
|
126 | 126 |
|
127 | | -metTablesTask = cms.Task(pfmetTable, rawMetTable, caloMetTable, puppiMetTable, rawPuppiMetTable, trkMetTable, |
| 127 | +metTablesTask = cms.Task(pfmetTable, rawMetTable, caloMetTable, puppiMetTable, rawPuppiMetTable, trkMetTable, |
128 | 128 | deepMetResolutionTuneTable, deepMetResponseTuneTable ) |
129 | 129 | metMCTask = cms.Task( metMCTable ) |
0 commit comments