TFndPreanScalers Class Reference

List of all members.

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 TFndPreanScalersInstance ()

Protected Member Functions

 TFndPreanScalers ()
 ~TFndPreanScalers ()

Classes

struct  Data

Detailed Description

Definition at line 14 of file TFndPreanScalers.h.


Member Enumeration Documentation

enum TFndPreanScalers::EDaqStatus

Enumerator:
kStopped 
kCrashed 
kActive 

Definition at line 16 of file TFndPreanScalers.h.

00016                   {
00017     kStopped = 0,
00018     kCrashed = 1,
00019     kActive  = 5
00020   };

anonymous enum

Enumerator:
kScalerInterval 
kSecondsPerDay 
kEvhLen 
kGtsLen 
kScbLen 

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   };


The documentation for this class was generated from the following files:
Generated on Tue Oct 16 15:40:51 2007 by  doxygen 1.5.2