00001 #ifndef _RTSCNDENDRUN_H_
00002 #define _RTSCNDENDRUN_H_
00003
00004 struct rtsCndEndRun
00005 {
00007 int idx_rn;
00008 int idx_stoptime;
00010
00011 int status;
00012 int n_events;
00013 int n_files;
00014 int junk;
00015 int fin;
00016 };
00017
00018 #endif