StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
daqsumTrgFiles.h
1 #ifndef _DAQSUMTRGFILES_H_
2 #define _DAQSUMTRGFILES_H_
3 
4 struct daqsumTrgFiles {
5  int run;
6  int trg;
7  int fileSequence;
8  int fileStream;
9  int nevts;
10  int evb;
11 };
12 
13 #endif