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 9414972 commit f5b08adCopy full SHA for f5b08ad
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