/[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 2.0 - (hide annotations) (download)
Tue Sep 21 20:50:13 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +3 -3 lines
File MIME type: text/plain
Major release

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $
3     * $Id: McmdEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4     * $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     #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