]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HBTP/hbt_sec_track2_st.inc
hopefully the last refinements for correct type conversion in calibration
[u/mrichter/AliRoot.git] / HBTP / hbt_sec_track2_st.inc
CommitLineData
18448239 1CCC Second Track-to-Sector Mapping data structure:
2CCC (Used for building the reference spectrum from the
3CCC input event text file.)
4
5 Integer*4 max_trk_sec2
6 Integer*4 sec_maxlen2
7 Parameter (max_trk_sec2 = 30)
8 Parameter (sec_maxlen2 = 28000)
9
10 STRUCTURE /sec_trk_map2/
11 Integer*4 sec_id ! unique sector ID number
12 Integer*4 n_trk_sec ! Number of tracks assigned to sector
13 Integer*4 flag ! normally=0, if = 1 then more than
14CCC ! max_trk_sec tracks could have been
15CCC ! assigned to this sector, however the
16CCC ! maximum number that can be assigned is
17CCC ! max_trk_sec2.
18 Integer*4 track_id(max_trk_sec2)
19CCC ! Foreign keys to tracks in /track2/ that
20CCC ! are assigned to this sector.
21 END STRUCTURE