StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
daqsumEvtCnts.h
1 #ifndef _DAQSUMEVTCNTS_H_
2 #define _DAQSUMEVTCNTS_H_
3 
4 
5 struct daqsumEvtCnts {
6  int run;
7  int nevts; // number of distinct events taken
8  int nwevts; // number of events written to a file
9  // (multiple copies count multiple times)
10  int evb;
11  unsigned int runStart;
12  unsigned int runStop;
13 };
14 
15 #endif