/[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 2.1 - (hide annotations) (download)
Fri Dec 3 22:04:49 2004 UTC (20 years ago) by kusanagi
Branch: MAIN
Changes since 2.0: +1 -5 lines
File MIME type: text/plain
*** empty log message ***

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