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

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    
10    
11     namespace pamela {
12     /**
13     * ArrDumpBlock data Wrapper
14     */
15     class ArrDumpRecord: 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    
25 kusanagi 1.2 UINT8 Arr_ID;
26     UINT16 Arr_len;
27     UINT32 *Data;
28 kusanagi 1.1 ArrDumpRecord(void);
29     ~ArrDumpRecord(void){};
30 kusanagi 1.2
31 kusanagi 1.1 ClassDef(ArrDumpRecord, 1)
32     };
33     }
34    
35     #endif /* ARRDUMP_RECORD_H */
36    

  ViewVC Help
Powered by ViewVC 1.1.23