00001 #ifndef _SCADAQSCALER_H_ 00002 #define _SCADAQSCALER_H_ 00003 00004 struct scaDaqScaler 00005 { 00007 int idx_rn; // run number 00008 int idx_period; // readout period 00010 00011 unsigned int beginTime; // unix time for counting period 00012 unsigned int endTime; 00013 00014 int type; // RC (jeff) = 1, DAQ (tonko) == 2, etc... 00015 int id; 00016 unsigned int numSeen; 00017 }; 00018 00019 #endif
1.5.9