Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

AcdHeader Class Reference

ROOT class to contain the ACD header data for one event. More...

#include <AcdHeader.h>

Inheritance diagram for AcdHeader:

SubSystemHeader TObject List of all members.

Public Types

enum  {
  L1T_Wait_Bit = 0x00100000, Cpu_Busy_Bit = 0x00080000, Fifo_Full_Trap_Bit = 0x00040000, Fifo_Full_Bit = 0x00020000,
  Fifo_Half_Trap_Bit = 0x00010000, Fifo_Half_Bit = 0x00008000, Acd_Busy_Bit = 0x00004000
}

Public Methods

 AcdHeader ()
virtual ~AcdHeader ()
virtual void Clean (Option_t *option="")
bool isL1tWait ()
bool isCpuBusy ()
bool isFifoFullTrap ()
bool isFifoFull ()
bool isFifoHalfTrap ()
bool isAcdBusy ()

Public Attributes

enum AcdHeader:: { ... }  DeadTimeCause

Detailed Description

ROOT class to contain the ACD header data for one event.

Definition at line 10 of file AcdHeader.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
L1T_Wait_Bit  
Cpu_Busy_Bit  
Fifo_Full_Trap_Bit  
Fifo_Full_Bit  
Fifo_Half_Trap_Bit  
Fifo_Half_Bit  
Acd_Busy_Bit  

Definition at line 14 of file AcdHeader.h.


Constructor & Destructor Documentation

AcdHeader::AcdHeader ( )
 

AcdHeader::~AcdHeader ( ) [virtual]
 

Definition at line 14 of file AcdHeader.cxx.


Member Function Documentation

void AcdHeader::Clean ( Option_t * option = "" ) [virtual]
 

Reimplemented from SubSystemHeader.

Definition at line 18 of file AcdHeader.cxx.

Referenced by DigiEvent::Clean().

bool AcdHeader::isAcdBusy ( ) [inline]
 

Definition at line 35 of file AcdHeader.h.

bool AcdHeader::isCpuBusy ( ) [inline]
 

Definition at line 31 of file AcdHeader.h.

bool AcdHeader::isFifoFull ( ) [inline]
 

Definition at line 33 of file AcdHeader.h.

bool AcdHeader::isFifoFullTrap ( ) [inline]
 

Definition at line 32 of file AcdHeader.h.

bool AcdHeader::isFifoHalfTrap ( ) [inline]
 

Definition at line 34 of file AcdHeader.h.

bool AcdHeader::isL1tWait ( ) [inline]
 

Definition at line 30 of file AcdHeader.h.


Member Data Documentation

enum { ... } AcdHeader::DeadTimeCause
 


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:22:45 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000