Parent Directory | Revision Log
*** empty log message ***
1 | kusanagi | 1.1 | /** @file |
2 | * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $ | ||
3 | * $Id: S4Event.h,v 2.0 2004/09/21 20:50:24 kusanagi Exp $ | ||
4 | * $Author: kusanagi $ | ||
5 | * | ||
6 | * Header file for the raw anticoincidence events | ||
7 | */ | ||
8 | #ifndef S4_EVENT_H | ||
9 | #define S4_EVENT_H | ||
10 | |||
11 | #include <exception> | ||
12 | |||
13 | #include <TObject.h> | ||
14 | |||
15 | #include "event/SubPacket.h" | ||
16 | |||
17 | namespace pamela { | ||
18 | /** | ||
19 | * Namespace for all code related to the anticoincidence unit. | ||
20 | */ | ||
21 | namespace S4 { | ||
22 | /** | ||
23 | * Techmodel S4 subpacket | ||
24 | */ | ||
25 | class S4Event: public pamela::SubPacket { | ||
26 | private: | ||
27 | |||
28 | public: | ||
29 | |||
30 | UINT16 S4Register; | ||
31 | |||
32 | S4Event(void); | ||
33 | ~S4Event(void); | ||
34 | |||
35 | ClassDef(S4Event, 1) | ||
36 | }; | ||
37 | } | ||
38 | } | ||
39 | #endif /* S4_EVENT_H */ |
ViewVC Help | |
Powered by ViewVC 1.1.23 |