/[PAMELA software]/yoda/event/mcmd/McmdEvent.h
ViewVC logotype

Contents of /yoda/event/mcmd/McmdEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Jul 6 12:20:23 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
Initial revision

1 /** @file
2 * $Source: /home/cvspamela/yoda/event/mcmd/McmdEvent.h,v $
3 * $Id: McmdEvent.h,v 1.7 2004/03/26 15:22:54 nagni Exp $
4 * $Author: nagni $
5 *
6 * Header file for the McmdEvent class.
7 */
8 #ifndef MCMD_EVENT_H
9 #define MCMD_EVENT_H
10
11 #include <vector>
12 #include "event/SubPacket.h"
13 #include "event/mcmd/McmdRecord.h"
14 #include <TClonesArray.h>
15
16 namespace pamela {
17 /**
18 * McmdEvent data Wrapper
19 */
20 class McmdEvent: public pamela::SubPacket {
21 private:
22 static TClonesArray *fgRecords;
23
24 public:
25 TClonesArray *Records;
26 int Mcmd_crc_ok;
27
28 McmdEvent(void);
29 ~McmdEvent(void);
30
31 ClassDef(McmdEvent, 1)
32 };
33 }
34
35 #endif /* MCMD_EVENT_H */
36

  ViewVC Help
Powered by ViewVC 1.1.23