We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8c0f3 commit 83c9cafCopy full SHA for 83c9caf
Common/TableProducer/PID/pidTPC.cxx
@@ -435,10 +435,10 @@ struct tpcPid {
435
}
436
437
float nSigma = -999.f;
438
- int multTPC = 0;
439
- if(trk.has_collision()){
+ int multTPC = 0;
+ if (trk.has_collision()) {
440
auto collision = collisions.rawIteratorAt(trk.collisionId());
441
- multTPC = collision.multTPC();
+ multTPC = collision.multTPC();
442
443
float bg = trk.tpcInnerParam() / o2::track::pid_constants::sMasses[pid]; // estimated beta-gamma for network cutoff
444
if (useNetworkCorrection && speciesNetworkFlags[pid] && trk.has_collision() && bg > networkBetaGammaCutoff) {
0 commit comments