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

Diff of /yoda/event/CalibTofEvent.h

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

revision 1.1.1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 6.2 by kusanagi, Tue May 30 19:10:02 2006 UTC
# Line 2  Line 2 
2  #define CALIBTOF_EVENT_H  #define CALIBTOF_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TArrayC.h>
6    
7  namespace pamela {  namespace pamela {
8    /**    /**
# Line 12  namespace pamela { Line 13  namespace pamela {
13            
14    public:    public:
15      CalibTofEvent(void);      CalibTofEvent(void);
16        /**
17         * An array of chars containing the CalAlarm data area.
18         */
19        TArrayC       *calibTofData;
20            
21      ClassDef(CalibTofEvent, 1)      ClassDef(CalibTofEvent, 2)
22    };    };
23  }  }
24    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23