33 histtitle =
"PFJet1 pT";
38 histtitle =
"PFJet2 pT";
43 histtitle =
"PFJet1 eta";
48 histtitle =
"PFJet2 eta";
53 histtitle =
"central PFJet pT";
58 histtitle =
"forward PFJet pT";
63 histtitle =
"central PFJet eta";
68 histtitle =
"forward PFJet eta";
73 histtitle =
"PFDiJet M";
78 histtitle =
"PFDiJet DeltaEta";
83 histtitle =
"PFDiJet DeltaPhi";
87 histname =
"mindphijmet";
88 histtitle =
"minDeltaPhi(PFJets,MET)";
98 histname =
"jet1etaVsLS";
99 histtitle =
"PFJet1 eta vs LS";
111 histname =
"mjjVsLS";
112 histtitle =
"PFDiJet M vs LS";
116 histname =
"mindphijmetVsLS";
117 histtitle =
"minDeltaPhi(PFJets,MET) vs LS";
133 const bool passCond) {
140 if (
jets.size() > 1) {
162 for (
unsigned ij(0); ij <
jets.size(); ++ij) {
183 if (
jets.size() > 1) {
205 for (
unsigned ij(0); ij <
jets.size(); ++ij) {
237 std::vector<double>
bins = {0., 20., 40., 60., 80., 100., 120., 140., 160., 180., 200., 220.,
238 240., 260., 280., 300., 350., 400., 450., 500, 750, 1000., 1500.};
241 std::vector<double> pt1bins = {0., 20., 40., 60., 80., 90., 100., 110., 120., 130., 140., 150., 160.,
242 180., 210., 240., 270., 300., 330., 360., 400., 450., 500., 750., 1000., 1500.};
243 histoPSet.add<std::vector<double> >(
"jet1ptBinning", pt1bins);
245 std::vector<double> pt2bins = {0., 20., 40., 45., 50., 55., 60., 65., 70., 80., 90., 100.,
246 110., 120., 150., 180., 210., 240., 270., 300., 350., 400., 1000.};
247 histoPSet.add<std::vector<double> >(
"jet2ptBinning", pt2bins);
249 std::vector<double> mjjbins = {0., 200, 400, 600, 620, 640, 660, 680, 700, 720, 740, 760, 780, 800,
250 850, 900, 950, 1000, 1200, 1400, 1600, 1800, 2000, 2500, 3000, 4000, 6000};
251 histoPSet.add<std::vector<double> >(
"mjjBinning", mjjbins);