Increase data in root

How i can increase data in root or Geant4.

I am executing the example of activation of geant4, but every time I print the data of the graphs it always reaches 101 as shown in the image, how can I increase that number

It looks like the output of: histogram->Print("all");
You seem to have created a 1-D “histogram” with nbinsx = 100, xlow = -3. and xup = 1..

ROOT Primer → Histograms
ROOT Manual → Functional parts → Histograms

i try to change the number of the bins in my code, but nothing changes
HistoManager.cc (5.6 KB)

So, either the parameters of this particular “histogram” are changed somewhere later, or it is actually (re)created elsewhere.

thank you, you were right is generated in another file.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.