StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
daqsumTrgCnts.h
1 #ifndef _DAQSUMTRGCNTS_H_
2 #define _DAQSUMTRGCNTS_H_
3 
4 struct daqsumTrgCnts {
5  int run;
6  int trg1;
7  int trg2;
8  int nevts;
9  int evb;
10 };
11 
12 #endif