47 #define init_param(type, varname) varname(ps.getParameter<type>(#varname))
63 void analyzePileup(
const std::vector<PileupSummaryInfo>& pInfo);
166 const unsigned nBx =
info.size();
168 ntupleData.push_back(static_cast<float>(nBx));
170 double sumpt_Lo = 0.0, sumpt_Hi = 0.0;
176 double sumpt_Lo_by_Bx[3] =
180 sumpt_Hi_by_Bx[3] = {
185 std::cout <<
"\n**** Pileup info begin" << std::endl;
187 bool isCrazy =
false;
188 for (
unsigned ibx = 0; ibx < nBx; ++ibx) {
195 const double losum = std::accumulate(lopt.begin(), lopt.end(), 0.0);
196 const double hisum = std::accumulate(hipt.begin(), hipt.end(), 0.0);
207 const unsigned idx =
bx < 0 ? 0
U : (
bx == 0 ? 1
U : 2
U);
208 npu_by_Bx[
idx] += npu;
209 sumpt_Lo_by_Bx[
idx] += losum;
210 sumpt_Hi_by_Bx[
idx] += hisum;
213 std::cout <<
"ibx " << ibx <<
" bx " <<
bx <<
" npu " << npu <<
" losum " << losum <<
" hisum " << hisum
218 std::cout <<
"**** Pileup info end\n" << std::endl;
224 for (
unsigned ibx = 0; ibx < 3; ++ibx) {
226 sumpt_Lo_by_Bx[ibx] = 0.0;
227 sumpt_Hi_by_Bx[ibx] = 0.0;
238 for (
unsigned ibx = 0; ibx < 3; ++ibx) {
250 vars +=
":nbx:npu:sumptLowCut:sumptHiCut";
252 vars +=
":npu_negbx:sumptLowCut_negbx:sumptHiCut_negbx";
253 vars +=
":npu_0bx:sumptLowCut_0bx:sumptHiCut_0bx";
254 vars +=
":npu_posbx:sumptLowCut_posbx:sumptHiCut_posbx";
257 vars +=
":estimate:pileup:uncert:uncertCode";
259 vars +=
":fjrho:fjsigma";
261 vars +=
":gridEtDensity:gridEtDensityMixed";
296 for (
unsigned ibx = 0; ibx < 3; ++ibx) {
311 std::ostringstream os;
314 copy->SetNameTitle(newname.c_str(), newname.c_str());
350 std::ostringstream os;
357 fs->make<TH2F>(newname.c_str(), newname.c_str(),
nEta,
input->etaMin(),
input->etaMax(),
nPhi, 0.0, 2.0 *
M_PI);
358 h->GetXaxis()->SetTitle(
"Eta");
359 h->GetYaxis()->SetTitle(
"Phi");
360 h->GetZaxis()->SetTitle(
"Transverse Energy");
381 const double ndof =
pv->ndof();