Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm3/geant3/include/histo.inc is written in an unsupported language. File is not indexed.

0001       CHARACTER*25 fileName
0002       COMMON/HISTO1/fileName
0003       
0004       COMMON/HISTO2/idhist,nbBins,valmin,valmax,valunit
0005       
0006       PARAMETER (MaxHist = 22)
0007       LOGICAL histo            
0008       COMMON/HISTO3/histo(MaxHist),histUnit(MaxHist),binWidth(MaxHist)