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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 4.1 by kusanagi, Sat May 7 08:48:52 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvspamela/yoda/event/mcmd/McmdEvent.h,v $   * $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $
3   * $Id: McmdEvent.h,v 1.7 2004/03/26 15:22:54 nagni Exp $   * $Id: McmdEvent.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Header file for the McmdEvent class.   * Header file for the McmdEvent class.
7   */   */
8  #ifndef MCMD_EVENT_H  #ifndef MCMD_EVENT_H
9  #define MCMD_EVENT_H  #define MCMD_EVENT_H
10    
 #include <vector>  
11  #include "event/SubPacket.h"  #include "event/SubPacket.h"
12  #include "event/mcmd/McmdRecord.h"  #include "event/mcmd/McmdRecord.h"
13  #include <TClonesArray.h>  #include <TClonesArray.h>
# Line 16  Line 15 
15  namespace pamela {  namespace pamela {
16    /**    /**
17     * McmdEvent data Wrapper     * McmdEvent data Wrapper
18       *
19       * The McmdEvent represents the "McmdEvent" packet generated by the PAMELA CPU software.
20       * Is the results of several read of the PAMELA TMTC board.
21     */     */
22    class McmdEvent: public pamela::SubPacket {    class McmdEvent: public pamela::SubPacket {
23    private:    private:
24      static TClonesArray *fgRecords;      static TClonesArray *fgRecords;
25            
26    public:    public:
27        /**
28         * Contain multiple instances of pamela::McmdRecord type.
29         */
30      TClonesArray        *Records;      TClonesArray        *Records;
31    
32      int                  Mcmd_crc_ok;      int                  Mcmd_crc_ok;
33    
34      McmdEvent(void);      McmdEvent(void);

Legend:
Removed from v.1.1  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23