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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.1 - (hide annotations) (download)
Mon Aug 29 13:02:32 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/01, YODA5_0/02
Changes since 5.0: +1 -2 lines
File MIME type: text/plain
Previous release had compiling problem due to unclean enviromnent.

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $
3 kusanagi 5.1 * $Id: McmdEvent.h,v 5.0 2005/08/29 09:46:12 kusanagi Exp $
4 kusanagi 2.0 * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the McmdEvent class.
7     */
8     #ifndef MCMD_EVENT_H
9     #define MCMD_EVENT_H
10    
11 kusanagi 4.5 #include "McmdRecord.h"
12 kusanagi 1.1 #include <TClonesArray.h>
13    
14     namespace pamela {
15     /**
16     * McmdEvent data Wrapper
17 kusanagi 4.1 *
18     * The McmdEvent represents the "McmdEvent" packet generated by the PAMELA CPU software.
19     * Is the results of several read of the PAMELA TMTC board.
20 kusanagi 1.1 */
21     class McmdEvent: public pamela::SubPacket {
22     private:
23     static TClonesArray *fgRecords;
24    
25     public:
26 kusanagi 4.1 /**
27     * Contain multiple instances of pamela::McmdRecord type.
28     */
29 kusanagi 1.1 TClonesArray *Records;
30 kusanagi 4.1
31 kusanagi 1.1 int Mcmd_crc_ok;
32    
33     McmdEvent(void);
34     ~McmdEvent(void);
35    
36     ClassDef(McmdEvent, 1)
37     };
38     }
39    
40     #endif /* MCMD_EVENT_H */
41    

  ViewVC Help
Powered by ViewVC 1.1.23