Skip to content

Commit b1b8d25

Browse files
committed
Changed array of shared_ptrs
1 parent 9a8307b commit b1b8d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct PhiStrangenessCorrelation {
288288
std::shared_ptr<TH3> effMapPionTPC = nullptr;
289289
std::shared_ptr<TH3> effMapPionTPCTOF = nullptr;*/
290290

291-
std::array<std::shared_ptr<TH3>, 4> effMaps{};
291+
std::array<std::shared_ptr<TH3>, ParticleOfInterestSize> effMaps{};
292292

293293
void init(InitContext&)
294294
{

0 commit comments

Comments
 (0)