diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h b/PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h index ee7f4af275e..9b873e471ab 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h @@ -70,8 +70,8 @@ class PairSHCentMultKt fels[il] = el; fems[il] = em; - felsi[il] = static_castel; - femsi[il] = static_castem; + felsi[il] = static_cast el; + femsi[il] = static_cast em; em++; il++; if (em > el) { @@ -348,4 +348,4 @@ class PairSHCentMultKt } // namespace o2::analysis::femtoUniverse -#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPAIRSHCENTMULTKT_H_ +#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPAIRSHCENTMULTKT_H_ diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h b/PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h index ea9115b55b9..ad229792b86 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h @@ -85,8 +85,8 @@ class FemtoUniverseSHContainer fels[il] = el; fems[il] = em; - felsi[il] = static_castel; - femsi[il] = static_castem; + felsi[il] = static_cast el; + femsi[il] = static_cast em; em++; il++; if (em > el) {