Skip to content

Commit 68eb9e8

Browse files
committed
Please consider the following formatting changes
1 parent 7e50cf4 commit 68eb9e8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ struct OnTheFlyTracker {
978978
continue; // extra sure
979979
}
980980
if (cascadeDecaySettings.doXiQA) {
981-
getHist(TH1, histPath + "hXiBuilding")->Fill(static_cast<float>(i+1));
981+
getHist(TH1, histPath + "hXiBuilding")->Fill(static_cast<float>(i + 1));
982982
}
983983
isReco[i] = true;
984984

@@ -989,7 +989,7 @@ struct OnTheFlyTracker {
989989
isReco[i] = true;
990990
xiDaughterTrackParCovsTracked[i] = xiDaughterTrackParCovsPerfect[i];
991991
if (cascadeDecaySettings.doXiQA) {
992-
getHist(TH1, histPath + "hXiBuilding")->Fill(static_cast<float>(i+1));
992+
getHist(TH1, histPath + "hXiBuilding")->Fill(static_cast<float>(i + 1));
993993
}
994994
}
995995

@@ -1447,8 +1447,8 @@ struct OnTheFlyTracker {
14471447
nV0SiliconHits[i] = fastTracker[icfg]->GetNSiliconPoints();
14481448
nV0TPCHits[i] = fastTracker[icfg]->GetNGasPoints();
14491449

1450-
if (nV0SiliconHits[i] >= fastTrackerSettings.minSiliconHits ||
1451-
(nV0SiliconHits[i] >= fastTrackerSettings.minSiliconHitsIfTPCUsed &&
1450+
if (nV0SiliconHits[i] >= fastTrackerSettings.minSiliconHits ||
1451+
(nV0SiliconHits[i] >= fastTrackerSettings.minSiliconHitsIfTPCUsed &&
14521452
nV0TPCHits[i] >= fastTrackerSettings.minTPCClusters)) {
14531453
isV0Reco[i] = true;
14541454
} else {
@@ -1604,7 +1604,7 @@ struct OnTheFlyTracker {
16041604

16051605
if (!fillV0Table) {
16061606
tracksV0Daugs.clear(); // clear the tracks added for this V0 since we won't be filling the table
1607-
return; // don't fill the table if we didn't find a V0 candidate
1607+
return; // don't fill the table if we didn't find a V0 candidate
16081608
}
16091609

16101610
// populate V0s

0 commit comments

Comments
 (0)