00001 #ifndef _DAQSUMTRGCNTS_H_ 00002 #define _DAQSUMTRGCNTS_H_ 00003 00004 struct daqsumTrgCnts { 00005 int run; 00006 int trg1; 00007 int trg2; 00008 int nevts; 00009 int evb; 00010 }; 00011 00012 #endif