File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments