/************************************************ * usr_analysis_lite.c * * This object is used to make HDFast_lite which is * a version of HDFast that does not use root output. * Because of this, it is only limited to charged particle * final states. The output is in "evt" stdhep format and * only contains the smeared particle informatin. * * Paul Eugenio * Carnegie Mellon University * 11 Nov 99 **********************************************/ #include #include #include #include #include /* * Global used in usr_summary.c */ int Nread=0,Nsmeared=0; void usr_fill_event(int nparts); /****************************** * Debugging * * Debug = 0 no debug (default) * = 1 charged tracking * = 2 dump Geo ******************************/ void usr_analysis_(void){ int i; static int nread=0,count=0; int list_trk[TRK_GEN_MAX]; extern int SaveBrokenEvents,Debug; Nread++; /* * Make list for offline tracking */ for(i=0;i