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

Diff of /yoda/event/TofAlarmEvent.h

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

revision 1.1 by kusanagi, Tue Sep 21 20:23:37 2004 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:43 2006 UTC
# Line 2  Line 2 
2  #define TOFALARM_EVENT_H  #define TOFALARM_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      TofAlarmEvent(void);      TofAlarmEvent(void);
16             /**
17      ClassDef(TofAlarmEvent, 1)       * An array of chars containing the Ac1Init data area.
18         */
19        TArrayC       *tofAlarmData;
20        
21        ClassDef(TofAlarmEvent, 2)
22    };    };
23  }  }
24    

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

  ViewVC Help
Powered by ViewVC 1.1.23