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

Diff of /yoda/event/TofInitEvent.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 6.0 by kusanagi, Tue Feb 7 17:11:08 2006 UTC
# Line 2  Line 2 
2  #define TOFINIT_EVENT_H  #define TOFINIT_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 TofInit data area.
17         */
18        TArrayC       *tofInitData;
19      TofInitEvent(void);      TofInitEvent(void);
20                
21      ClassDef(TofInitEvent, 1)      ClassDef(TofInitEvent, 2)
22    };    };
23  }  }
24    

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

  ViewVC Help
Powered by ViewVC 1.1.23