From e90b6f145e492217ce4a6f7340c5c7c8eaa3dc53 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 20 Apr 2023 13:28:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/onTheFlyTracker.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ALICE3/TableProducer/onTheFlyTracker.cxx b/ALICE3/TableProducer/onTheFlyTracker.cxx index f8b67aa3b46..10a4361e043 100644 --- a/ALICE3/TableProducer/onTheFlyTracker.cxx +++ b/ALICE3/TableProducer/onTheFlyTracker.cxx @@ -207,11 +207,11 @@ struct OnTheFlyTracker { } histos.fill(HIST("hPtGenerated"), mcParticle.pt()); - if( TMath::Abs(mcParticle.pdgCode()) == 211) + if (TMath::Abs(mcParticle.pdgCode()) == 211) histos.fill(HIST("hPtGeneratedPi"), mcParticle.pt()); - if( TMath::Abs(mcParticle.pdgCode()) == 321) + if (TMath::Abs(mcParticle.pdgCode()) == 321) histos.fill(HIST("hPtGeneratedKa"), mcParticle.pt()); - if( TMath::Abs(mcParticle.pdgCode()) == 2212) + if (TMath::Abs(mcParticle.pdgCode()) == 2212) histos.fill(HIST("hPtGeneratedPr"), mcParticle.pt()); if (mcParticle.pt() < minPt) { @@ -231,11 +231,11 @@ struct OnTheFlyTracker { // Base QA (note: reco pT here) histos.fill(HIST("hPtReconstructed"), trackParCov.getPt()); - if( TMath::Abs(mcParticle.pdgCode()) == 211) + if (TMath::Abs(mcParticle.pdgCode()) == 211) histos.fill(HIST("hPtReconstructedPi"), mcParticle.pt()); - if( TMath::Abs(mcParticle.pdgCode()) == 321) + if (TMath::Abs(mcParticle.pdgCode()) == 321) histos.fill(HIST("hPtReconstructedKa"), mcParticle.pt()); - if( TMath::Abs(mcParticle.pdgCode()) == 2212) + if (TMath::Abs(mcParticle.pdgCode()) == 2212) histos.fill(HIST("hPtReconstructedPr"), mcParticle.pt()); // Fixme: collision index could be changeable