Skip to content

Commit da109b4

Browse files
committed
Increase number of bins for modules
1 parent 10d8ced commit da109b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimpleStepAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void SimpleStepAnalysis::finalize()
205205

206206
histNStepsPerVolSorted->SetBins(30, 0, 30);
207207
histNStepsPerMod->LabelsOption(">", "X");
208-
histNStepsPerMod->SetBins(20,0,20);
208+
histNStepsPerMod->SetBins(30,0,30);
209209

210210
histNSecondariesPerMod->LabelsOption(">", "X");
211211
histNSecondariesPerVol->LabelsOption(">", "X");

0 commit comments

Comments
 (0)