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

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

update

File size: 262 bytes
RevLine 
[807]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.