/[PAMELA software]/yoda/event/physics/S4/S4Event.h
ViewVC logotype

Contents of /yoda/event/physics/S4/S4Event.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri Dec 3 22:04:33 2004 UTC (20 years ago) by kusanagi
Branch: MAIN
Changes since 1.1: +1 -5 lines
File MIME type: text/plain
*** empty log message ***

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $
3 * $Id: S4Event.h,v 1.1 2004/10/17 12:28:29 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 "event/SubPacket.h"
12
13 namespace pamela {
14 /**
15 * Namespace for all code related to the anticoincidence unit.
16 */
17 namespace S4 {
18 /**
19 * Techmodel S4 subpacket
20 */
21 class S4Event: public pamela::SubPacket {
22 private:
23
24 public:
25
26 UINT16 S4Register;
27
28 S4Event(void);
29 ~S4Event(void);
30
31 ClassDef(S4Event, 1)
32 };
33 }
34 }
35 #endif /* S4_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23