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

Diff of /yoda/event/S4InitEvent.h

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

revision 4.4 by kusanagi, Sat May 28 10:44:09 2005 UTC revision 6.1 by kusanagi, Tue May 30 19:10:01 2006 UTC
# Line 2  Line 2 
2  #define S4INIT_EVENT_H  #define S4INIT_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 CalibHeader data area.
17         */
18        
19        TArrayC       *s4InitData;
20      S4InitEvent(void);      S4InitEvent(void);
21                
22      ClassDef(S4InitEvent, 1)      ClassDef(S4InitEvent, 2)
23    };    };
24  }  }
25    

Legend:
Removed from v.4.4  
changed lines
  Added in v.6.1

  ViewVC Help
Powered by ViewVC 1.1.23