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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (hide annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_2/01, YODA4_2/00
Changes since 3.0: +0 -0 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 kusanagi 1.1
2     #ifndef TABDUMP_RECORD_H
3     #define TABDUMP_RECORD_H
4 kusanagi 2.1 #include "event/SubPacket.h"
5 kusanagi 1.4 #include <TArrayI.h>
6 kusanagi 1.1
7    
8     namespace pamela {
9     /**
10     * TabDumpBlock data Wrapper
11     */
12     class TabDumpRecord: public TObject {
13     private:
14    
15     public:
16     /**
17     * Get the run name according to a certain run number.
18     * @param run Run number.
19     * @return a string with the run name.
20     */
21 kusanagi 1.4 UINT8 Tab_ID;
22     UINT8 Nrow;
23     UINT8 Ncol;
24    
25     TArrayI *Data;
26 kusanagi 1.1
27     TabDumpRecord(void);
28     ~TabDumpRecord(void){};
29     ClassDef(TabDumpRecord, 1)
30     };
31     }
32    
33     #endif /* TABDUMP_RECORD_H */
34    

  ViewVC Help
Powered by ViewVC 1.1.23