Skip to content

Commit 83c9caf

Browse files
authored
Please consider the following formatting changes (#457)
1 parent bb8c0f3 commit 83c9caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/TableProducer/PID/pidTPC.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ struct tpcPid {
435435
}
436436

437437
float nSigma = -999.f;
438-
int multTPC = 0;
439-
if(trk.has_collision()){
438+
int multTPC = 0;
439+
if (trk.has_collision()) {
440440
auto collision = collisions.rawIteratorAt(trk.collisionId());
441-
multTPC = collision.multTPC();
441+
multTPC = collision.multTPC();
442442
}
443443
float bg = trk.tpcInnerParam() / o2::track::pid_constants::sMasses[pid]; // estimated beta-gamma for network cutoff
444444
if (useNetworkCorrection && speciesNetworkFlags[pid] && trk.has_collision() && bg > networkBetaGammaCutoff) {

0 commit comments

Comments
 (0)