Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm2/geant3/src/uhinit.F

    r807 r1337  
    2525      ZMAX=NLTOT*DLX0
    2626                                                                                           
    27       CALL HBPROF(4,'longit energy profile    (in percent of E inc)'         
     27      CALL HBPROF(4,'longit energy profile    (in percent of E inc)'
     28     *, NLTOT, 0.,ZMAX, 0., 1000.,' ')
     29      CALL HBPROF(5,'rms longit energy profile (in percent of E inc)'
    2830     *, NLTOT, 0.,ZMAX, 0., 1000.,' ')
    2931*     
     
    3133      ZMAX = ZMIN + NLTOT*DLX0
    3234                                                                                                                         
    33       CALL HBPROF(5,'cumul longit energy dep. (in percent of E inc)'         
     35      CALL HBPROF(6,'cumul longit energy dep. (in percent of E inc)'         
    3436     *, NLTOT, ZMIN,ZMAX, 0., 100.,' ')
    35       CALL HBOOK1(6,'resolution: cumul L energy dep. (% of E inc)'         
     37      CALL HBOOK1(7,'resolution: cumul L energy dep. (% of E inc)'         
    3638     *, NLTOT, ZMIN,ZMAX, 0.0)                                 
    3739*
     
    3941      RMAX=NRTOT*DRX0
    4042     
    41       CALL HBPROF(7,'radial energy profile    (in percent of E inc)'         
     43      CALL HBPROF(8,'radial energy profile    (in percent of E inc)'         
    4244     *, NRTOT, 0.,RMAX, 0., 1000.,' ')
     45      CALL HBPROF(9,'rms radial energy profile (in percent of E inc)'         
     46     *, NRTOT, 0.,RMAX, 0., 1000.,' ')     
    4347*
    4448      RMIN = 0.5*DRX0
    4549      RMAX = RMIN + NRTOT*DRX0
    4650     
    47       CALL HBPROF(8,'cumul radial energy dep. (in percent of E inc)'         
     51      CALL HBPROF(10,'cumul radial energy dep. (in percent of E inc)'         
    4852     *, NRTOT, RMIN,RMAX, 0., 100.,' ')
    49       CALL HBOOK1(9,'resolution: cumul R energy dep. (% of E inc)'         
     53      CALL HBOOK1(11,'resolution: cumul R energy dep. (% of E inc)'         
    5054     *, NRTOT, RMIN,RMAX, 0.0)
    5155     
Note: See TracChangeset for help on using the changeset viewer.