We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d743c83 commit 4942d78Copy full SHA for 4942d78
1 file changed
PWGLF/Tasks/QC/mcParticlePrediction.cxx
@@ -65,7 +65,7 @@ const char* estimatorNames[nEstimators] = {"FT0A",
65
"ZPC"};
66
67
std::array<std::array<std::shared_ptr<TH2>, o2::pwglf::PIDExtended::NIDsTot>, nEstimators> hpt;
68
-std::array < std::array<std::shared_ptr<TH1>, o2::pwglf::PIDExtended::NIDsTot, nEstimators> hyield;
+std::array <std::array<std::shared_ptr<TH1>, o2::pwglf::PIDExtended::NIDsTot>, nEstimators> hyield;
69
70
struct mcParticlePrediction {
71
0 commit comments