Skip to content

Commit

Permalink
apply code format
Browse files Browse the repository at this point in the history
  • Loading branch information
sroychow committed Mar 8, 2022
1 parent a22af2f commit 886edba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ void SiPixelPhase1MonitorRecHitsSoACPU::analyze(const edm::Event& iEvent, const
float rG = soa2d->rGlobal(i);
float fphi = short2phi(soa2d->iphi(i));
uint32_t charge = soa2d->charge(i);
int16_t sizeX = std::ceil(float(std::abs(soa2d->clusterSizeX(i)))/8.);
int16_t sizeY = std::ceil(float(std::abs(soa2d->clusterSizeY(i)))/8.);
int16_t sizeX = std::ceil(float(std::abs(soa2d->clusterSizeX(i))) / 8.);
int16_t sizeY = std::ceil(float(std::abs(soa2d->clusterSizeY(i))) / 8.);
fillHistosForRecHit(id, xG, yG, zG, rG, fphi, charge, sizeX, sizeY);
}
}
Expand Down

0 comments on commit 886edba

Please sign in to comment.