We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8307b commit b1b8d25Copy full SHA for b1b8d25
1 file changed
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx
@@ -288,7 +288,7 @@ struct PhiStrangenessCorrelation {
288
std::shared_ptr<TH3> effMapPionTPC = nullptr;
289
std::shared_ptr<TH3> effMapPionTPCTOF = nullptr;*/
290
291
- std::array<std::shared_ptr<TH3>, 4> effMaps{};
+ std::array<std::shared_ptr<TH3>, ParticleOfInterestSize> effMaps{};
292
293
void init(InitContext&)
294
{
0 commit comments