/[PAMELA software]/yoda/event/TrkInitEvent.h
ViewVC logotype

Diff of /yoda/event/TrkInitEvent.h

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

revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:43 2006 UTC
# Line 2  Line 2 
2  #define TRKINIT_EVENT_H  #define TRKINIT_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TArrayC.h>
6    
7  namespace pamela {  namespace pamela {
8    /**    /**
# Line 11  namespace pamela { Line 12  namespace pamela {
12    private:    private:
13            
14    public:    public:
15       /**
16         * An array of chars containing the TrkInit data area.
17         */
18        TArrayC       *trkInitData;
19      TrkInitEvent(void);      TrkInitEvent(void);
20                
21      ClassDef(TrkInitEvent, 1)      ClassDef(TrkInitEvent, 2)
22    };    };
23  }  }
24    

Legend:
Removed from v.3.0  
changed lines
  Added in v.5.1

  ViewVC Help
Powered by ViewVC 1.1.23