Public Types | |
| enum | EDaqStatus { kStopped = 0, kCrashed = 1, kActive = 5 } |
| enum | { kScalerInterval = 15, kSecondsPerDay = 86400, kEvhLen = 16, kGtsLen = 36, kScbLen = 82 } |
Public Member Functions | |
| Int_t | Write (const Data &data) |
Static Public Member Functions | |
| static TFndPreanScalers * | Instance () |
Protected Member Functions | |
| TFndPreanScalers () | |
| ~TFndPreanScalers () | |
Classes | |
| struct | Data |
Definition at line 14 of file TFndPreanScalers.h.
| anonymous enum |
Definition at line 22 of file TFndPreanScalers.h.
00022 { 00023 kScalerInterval = 15, // raw files are written in every 15 seconds 00024 kSecondsPerDay = 86400, 00025 kEvhLen = 16, // length of the Global Event Header 00026 kGtsLen = 36, // length of the GTS buffer 00027 kScbLen = 82, // length of the VME scaler buffers in total 00028 };
1.5.2