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

Annotation of /yoda/event/VarDumpEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Jul 6 12:20:23 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
Initial revision

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

  ViewVC Help
Powered by ViewVC 1.1.23