#ifndef HIT_TRACK_INC #define HIT_TRACK_INC c c Rob Kutschke, Sept 24, 1998. c c List of all tracking hits generated by mcfast. c c ------------------------------------------------------- c c WARNING: if you change this file, also make sure you change c hit_track.h ! c c -------------------------------------------------------- c #include "hit_track_struct.inc" integer hit_trk_max parameter (hit_trk_max = 15000) integer hit_trk_num ! Number of track hits record /hit_trk_s/ hit_trk ! List of track hits integer idm_httk ! For proper alignment common/hit_trk_c/ + hit_trk_num, idm_httk, hit_trk(hit_trk_max) #endif