/* This file is used to make the hdtrackparams common block defined in hdtrackparams.inc available to C code. Unfortunately, it must be kept consistent with the common block definition by hand. */ typedef struct{ int nosecondaries, storetraj; int plog_particle_gun, tlog_particle_gun; float fdccathshift; }hdtrackparams_t; extern hdtrackparams_t hdtrackparams_;