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 10d8ced commit da109b4Copy full SHA for da109b4
src/SimpleStepAnalysis.cxx
@@ -205,7 +205,7 @@ void SimpleStepAnalysis::finalize()
205
206
histNStepsPerVolSorted->SetBins(30, 0, 30);
207
histNStepsPerMod->LabelsOption(">", "X");
208
- histNStepsPerMod->SetBins(20,0,20);
+ histNStepsPerMod->SetBins(30,0,30);
209
210
histNSecondariesPerMod->LabelsOption(">", "X");
211
histNSecondariesPerVol->LabelsOption(">", "X");
0 commit comments