Skip to content

Commit e4ce058

Browse files
committed
Please consider the following formatting changes
1 parent d85b976 commit e4ce058

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGMM/Mult/Tasks/heavy-ion-mult.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct HeavyIonMultiplicity {
158158
Configurable<bool> IsApplyCentFT0C{"IsApplyCentFT0C", false, "Centrality based on FT0C"};
159159
Configurable<bool> IsApplyCentFT0CVariant1{"IsApplyCentFT0Cvariant1", false, "Centrality based on FT0C variant1"};
160160
Configurable<bool> IsApplyCentFT0M{"IsApplyCentFT0M", false, "Centrality based on FT0A + FT0C"};
161-
161+
162162
void init(InitContext const&)
163163
{
164164
AxisSpec axisMult = {multHistBin, "Mult", "MultAxis"};
@@ -348,10 +348,10 @@ struct HeavyIonMultiplicity {
348348
cent = col.centFT0C();
349349
}
350350
if (IsApplyCentFT0CVariant1) {
351-
cent = col.centFT0CVariant1();
351+
cent = col.centFT0CVariant1();
352352
}
353353
if (IsApplyCentFT0M) {
354-
cent = col.centFT0M();
354+
cent = col.centFT0M();
355355
}
356356
return cent;
357357
}

0 commit comments

Comments
 (0)