StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scaDaqScaler.h
1 #ifndef _SCADAQSCALER_H_
2 #define _SCADAQSCALER_H_
3 
5 {
7  int idx_rn; // run number
8  int idx_period; // readout period
10 
11  unsigned int beginTime; // unix time for counting period
12  unsigned int endTime;
13 
14  int type; // RC (jeff) = 1, DAQ (tonko) == 2, etc...
15  int id;
16  unsigned int numSeen;
17 };
18 
19 #endif