We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039a334 commit 496aca3Copy full SHA for 496aca3
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