]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HBTP/hbt_particle_st.inc
Process codes corrected/completed.
[u/mrichter/AliRoot.git] / HBTP / hbt_particle_st.inc
1 CCC   Geant Particle Properties:
2
3       Integer*4 part_maxlen
4       Parameter (part_maxlen = 50)
5
6       STRUCTURE /particle/
7          Integer*4   id          ! Geant particle ID code number; required
8 CCC                              ! to be equal to the row number
9          Integer*4   charge      ! Electric charge in units of |e|
10          Real*4      mass        ! Rest mass in GeV/c**2
11          Real*4      lifetime    ! Proper lifetime in sec. 
12       END STRUCTURE
13