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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.1 - (hide annotations) (download)
Sat May 7 08:48:44 2005 UTC (19 years, 7 months ago) by kusanagi
Branch: MAIN
CVS Tags: yodaPreTermistors2_1/00, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/03, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 4.0: +10 -3 lines
File MIME type: text/plain
Major update on the documentation

1 kusanagi 1.1 #ifndef ARRDUMP_EVENT_H
2     #define ARRDUMP_EVENT_H
3    
4     #include "event/arrDump/ArrDumpRecord.h"
5     #include <TClonesArray.h>
6    
7     using namespace std;
8    
9     namespace pamela {
10     /**
11     * ArrDumpEvent data Wrapper
12 kusanagi 4.1 *
13     * The pamela::ArrDumpEvent represents the ArrDump packet generated by the PAMELA CPU software.
14     * It contains the values of the PAMELA CPU software's vectors written in Mass Memory between
15     * two storing operations.
16 kusanagi 1.1 */
17     class ArrDumpEvent: public pamela::SubPacket {
18     private:
19     static TClonesArray *fgRecords;
20     public:
21 kusanagi 4.1
22 kusanagi 1.1 /**
23 kusanagi 4.1 * Contain multiple instances of pamela::ArrDumpRecord type.
24 kusanagi 1.1 */
25     TClonesArray* Records;
26 kusanagi 4.1
27     /**
28     * The Compilation Timestamp of the PAMELA CPU software.
29     */
30 kusanagi 2.1 UINT32 PARAMETER_STAMP;
31    
32 kusanagi 1.1 ArrDumpEvent(void);
33     ~ArrDumpEvent(void);
34    
35     ClassDef(ArrDumpEvent, 1)
36     };
37     }
38    
39     #endif /* ARRDUMP_EVENT_H */
40    

  ViewVC Help
Powered by ViewVC 1.1.23