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

Contents of /chewbacca/event/arrDump/ArrDumpEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Sep 23 07:19:59 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
Imported sources, 23/09/2008

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

  ViewVC Help
Powered by ViewVC 1.1.23