/[PAMELA software]/yoda/event/arrDump/ArrDumpRecord.h
ViewVC logotype

Annotation of /yoda/event/arrDump/ArrDumpRecord.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0 - (hide annotations) (download)
Tue Sep 21 20:50:04 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
Changes since 1.3: +0 -0 lines
File MIME type: text/plain
Major release

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

  ViewVC Help
Powered by ViewVC 1.1.23