Skip to content

Commit c67251f

Browse files
author
Lucia Anna Tarasovicova
committed
fix clang
1 parent 0a7064b commit c67251f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ struct OnTheFlyTracker {
505505
histos.add("V0Building_Configuration_0/Lambda/hMass", "hMass", kTH2F, {axes.axisLambdaMass, axes.axisMomentum});
506506
histos.add("V0Building_Configuration_0/AntiLambda/hMass", "hMass", kTH2F, {axes.axisLambdaMass, axes.axisMomentum});
507507
if (static_cast<int>(fastTrackerSettings.alice3geo->size()) > 1) {
508-
if(fastTrackerSettings.alice3geo->size()>4){
508+
if (fastTrackerSettings.alice3geo->size() > 4) {
509509
LOG(warn) << "More than 4 FastTracker configurations found. Only first 4 will have V0 QA histograms filled.";
510510
}
511511
for (int icfg = 1; icfg < static_cast<int>(fastTrackerSettings.alice3geo->size()); icfg++) {

0 commit comments

Comments
 (0)