We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039a334 + 496aca3 commit e7acab6Copy full SHA for e7acab6
1 file changed
PWGHF/D2H/Tasks/taskD0.cxx
@@ -860,7 +860,7 @@ struct HfTaskD0 {
860
int const nAxesOccIR = storeOccupancyAndIR ? 2 : 0; // occupancy and IR if storeOccupancyAndIR
861
int const nAxesZdcEnergy = storeZdcEnergy ? 2 : 0; // ZDC energy if storeZdcEnergy
862
int const nAxesZdcTime = storeZdcTime ? 2 : 0; // ZDC time if storeZdctime
863
- int const nAxesEtaProngs = storeEtaProngs ? 2 : 0; // Eta distributions of prong
+ int const nAxesEtaProngs = storeEtaProngs ? 2 : 0; // Eta distributions of prong
864
int const nAxesTotal = NAxesBase + NAxesMl + nAxesCent + nAxesOccIR + nAxesZdcEnergy + nAxesZdcTime + nAxesEtaProngs;
865
866
std::vector<double> valuesToFill;
0 commit comments