/[PAMELA software]/quicklook/OrbitalRate/inc/PscuEvent.h
ViewVC logotype

Contents of /quicklook/OrbitalRate/inc/PscuEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Dec 5 19:49:14 2006 UTC (18 years ago) by pam-rm2
Branch: MAIN
CVS Tags: v2r02, v2r01, v2r00, HEAD
File MIME type: text/plain
New version of OrbitalRate quicklook.  Initial import.
Nico

1 /** @file
2 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/PscuEvent.h,v $
3 * $Id: PscuEvent.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $
4 * $Author: kusanagi $
5 *
6 * Header file for the PscuEvent class.
7 */
8 #ifndef PSCU_EVENT_H
9 #define PSCU_EVENT_H
10
11 #include "SubPacket.h"
12
13 namespace pamela {
14 /**
15 * Information events about the pscu.
16 */
17 class PscuEvent: public pamela::SubPacket {
18 private:
19 public:
20 PscuEvent(void);
21 ClassDef(PscuEvent, 1)
22 };
23 }
24
25 #endif /* PSCU_EVENT_H */
26

  ViewVC Help
Powered by ViewVC 1.1.23