/[PAMELA software]/yoda/event/ArrDumpEvent.h
ViewVC logotype

Annotation of /yoda/event/ArrDumpEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Jul 6 12:20:23 2004 UTC (20 years, 5 months ago) by kusanagi
CVS Tags: Rev040706, PreFligth1
Changes since 1.1: +0 -0 lines
File MIME type: text/plain

1 kusanagi 1.1 /** @file
2     * $Source: /home/cvspamela/yoda/event/ArrDumpEvent.h,v $
3     * $ $
4     * $Author: nagni $
5     *
6     * Header file for the ArrDumpEvent class.
7     */
8     #ifndef ARRDUMP_EVENT_H
9     #define ARRDUMP_EVENT_H
10    
11     #include "SubPacket.h"
12    
13     namespace pamela {
14     /**
15     * Information events about the ArrDump.
16     */
17     class ArrDumpEvent: public pamela::SubPacket {
18     private:
19    
20     public:
21     ArrDumpEvent(void);
22    
23     ClassDef(ArrDumpEvent, 1)
24     };
25     }
26    
27     #endif /* ARRDUMP_EVENT_H */
28    

  ViewVC Help
Powered by ViewVC 1.1.23