/[PAMELA software]/yoda/event/physics/anticounter/AnticounterEvent.h
ViewVC logotype

Diff of /yoda/event/physics/anticounter/AnticounterEvent.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by kusanagi, Thu Aug 19 15:24:24 2004 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:08 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $   * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $
3   * $Id: AnticounterEvent.h,v 1.1 2004/07/08 12:33:57 kusanagi Exp $   * $Id: AnticounterEvent.h,v 5.1 2006/02/04 12:37:44 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the raw anticoincidence events   * Header file for the raw anticoincidence events
# Line 8  Line 8 
8  #ifndef ANTICOUNTER_EVENT_H  #ifndef ANTICOUNTER_EVENT_H
9  #define ANTICOUNTER_EVENT_H  #define ANTICOUNTER_EVENT_H
10    
11  #include <exception>  #include "../../SubPacket.h"
   
 #include <TObject.h>  
   
 #include "event/SubPacket.h"  
   
12  namespace pamela {  namespace pamela {
13    /**    /**
14     * Namespace for all code related to the anticoincidence unit.     * Namespace for all code related to the anticoincidence unit.
# Line 27  namespace pamela { Line 22  namespace pamela {
22    
23      public:      public:
24    
25      unsigned short header[2];        UINT16 header[2][2];
26      unsigned short status;        UINT16 status[2];
27      unsigned short hitmap;              UINT16 hitmap[2];      
28      unsigned short regist[6];          UINT16 regist[2][6];  
29      unsigned short shift[16];            UINT16 shift[2][16];    
30      unsigned short counters[16];          UINT16 counters[2][16];  
31      unsigned short coinc[8];        UINT16 coinc[2][8];
32      unsigned short trigg;            UINT16 trigg[2];    
33      unsigned short clock[2];                UINT16 clock[2][2];        
34      unsigned short temp[2];            UINT16 temp[2][2];    
35      unsigned short DAC[16];        UINT16 DAC[2][8];
36      unsigned short CRC;        UINT16 CRC[2];
37          UINT16 CRCcheck[2];
38          UINT8  unpackError;
39          
40    
41      AnticounterEvent(void);      AnticounterEvent(void);
42        ~AnticounterEvent(void);        ~AnticounterEvent(void);
43    
44        ClassDef(AnticounterEvent, 1)        ClassDef(AnticounterEvent, 2)
45      };      };
46    }    }
47  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23