Skip to content

Commit

Permalink
fix code-checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rekovic committed Jun 15, 2020
1 parent e31d639 commit 3772d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/Phase2L1ParticleFlow/src/PuppiAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void PuppiAlgo::computePuppiMedRMS(
}

void PuppiAlgo::fillPuppi(Region &r) const {
constexpr uint16_t PUPPIW_0p01 = std::round(0.01 * PFParticle::PUPPI_SCALE);
uint16_t PUPPIW_0p01 = std::round(0.01 * PFParticle::PUPPI_SCALE);
r.puppi.clear();
for (PFParticle &p : r.pf) {
if (p.hwId == l1t::PFCandidate::ChargedHadron || p.hwId == l1t::PFCandidate::Electron ||
Expand Down

0 comments on commit 3772d46

Please sign in to comment.