source: trunk/examples/extended/electromagnetic/TestEm3/geant3/include/histo.inc @ 807

Last change on this file since 807 was 807, checked in by garnier, 16 years ago

update

File size: 262 bytes
Line 
1      CHARACTER*25 fileName
2      COMMON/HISTO1/fileName
3     
4      COMMON/HISTO2/idhist,nbBins,valmin,valmax,valunit
5     
6      PARAMETER (MaxHist = 22)
7      LOGICAL histo           
8      COMMON/HISTO3/histo(MaxHist),histUnit(MaxHist),binWidth(MaxHist)
Note: See TracBrowser for help on using the repository browser.