/[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 1.2 - (hide annotations) (download)
Sat Jul 17 20:03:32 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +5 -1 lines
File MIME type: text/plain
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23