Geant4_10
histo.inc
Go to the documentation of this file.
1  CHARACTER*25 fileName
2  COMMON/HISTO1/fileName
3 
4  COMMON/HISTO2/idhist,nbBins,valmin,valmax,valunit
5 
6  PARAMETER (MaxHist = 6)
7  LOGICAL histo
8  COMMON/HISTO3/histo(MaxHist),histUnit(MaxHist),binWidth(MaxHist)