/[PAMELA software]/yoda/event/tabDump/TabDumpEvent.h
ViewVC logotype

Annotation of /yoda/event/tabDump/TabDumpEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.5 - (hide annotations) (download)
Mon Aug 29 08:27:59 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
Changes since 4.4: +1 -3 lines
File MIME type: text/plain
Update *.h files. Now includes have a relative path.
That is
From -----> xxx/name.h
to      -----> ../name.h

1 kusanagi 1.1 #ifndef TABDUMP_EVENT_H
2     #define TABDUMP_EVENT_H
3    
4 kusanagi 4.5 #include "TabDumpRecord.h"
5 kusanagi 1.1 #include <TClonesArray.h>
6    
7     namespace pamela {
8     /**
9 kusanagi 4.1 * TabDumpEvent data Wrapper.
10     *
11     * The pamela::TabDumpEvent represents the TabDump packet generated by the PAMELA CPU software.
12     * It contains the values of the PAMELA CPU software's vectors written in Mass Memory between
13     * two storing operations.
14 kusanagi 1.1 */
15     class TabDumpEvent: public pamela::SubPacket {
16     private:
17     static TClonesArray *fgRecords;
18     public:
19 kusanagi 4.1
20 kusanagi 1.1 /**
21 kusanagi 4.1 * Contain multiple instances of pamela::TabDumpRecord type.
22 kusanagi 1.1 */
23 kusanagi 2.2 TClonesArray* Records;
24 kusanagi 4.1
25     /**
26     * The Compilation Timestamp of the PAMELA CPU software.
27     */
28 kusanagi 2.2 UINT32 PARAMETER_STAMP;
29    
30 kusanagi 1.1 TabDumpEvent(void);
31     ~TabDumpEvent(void);
32    
33     ClassDef(TabDumpEvent, 1)
34     };
35     }
36    
37     #endif /* TABDUMP_EVENT_H */
38    

  ViewVC Help
Powered by ViewVC 1.1.23