1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/physics/anticoinc/AnticounterEvent.h,v $ |
* $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $ |
3 |
* $Id: AnticounterEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
* $Id: AnticounterEvent.h,v 2.1 2004/12/03 22:04:35 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the raw anticoincidence events |
* Header file for the raw anticoincidence events |
8 |
#ifndef ANTICOUNTER_EVENT_H |
#ifndef ANTICOUNTER_EVENT_H |
9 |
#define ANTICOUNTER_EVENT_H |
#define ANTICOUNTER_EVENT_H |
10 |
|
|
|
#include <exception> |
|
|
|
|
|
#include <TObject.h> |
|
|
|
|
11 |
#include "event/SubPacket.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. |
15 |
*/ |
*/ |
16 |
namespace anticounter { |
namespace anticounter { |
17 |
/** |
/** |
18 |
* Raw anticounter subpacket |
* Techmodel anticounter subpacket |
19 |
*/ |
*/ |
20 |
class AnticounterEvent: public pamela::SubPacket { |
class AnticounterEvent: public pamela::SubPacket { |
21 |
private: |
private: |
22 |
|
|
23 |
public: |
public: |
24 |
|
|
25 |
unsigned short header[2]; |
unsigned short header[2]; |
26 |
unsigned short status; |
unsigned short status; |
27 |
unsigned short hitmap; |
unsigned short hitmap; |
28 |
unsigned short regist[6]; |
unsigned short regist[6]; |
29 |
unsigned short shift[16]; |
unsigned short shift[16]; |
30 |
unsigned short counters[16]; |
unsigned short counters[16]; |
31 |
unsigned short coinc[8]; |
unsigned short coinc[8]; |
32 |
unsigned short trigg; |
unsigned short trigg; |
33 |
unsigned short clock[2]; |
unsigned short clock[2]; |
34 |
unsigned short temp[2]; |
unsigned short temp[2]; |
35 |
unsigned short DAC[16]; |
unsigned short DAC[8]; |
36 |
unsigned short CRC; |
unsigned short CRC; |
37 |
|
unsigned short ERROR; |
38 |
|
|
39 |
AnticounterEvent(void); |
AnticounterEvent(void); |
40 |
~AnticounterEvent(void); |
~AnticounterEvent(void); |