/[PAMELA software]/yoda/event/physics/S4/S4Event.h
ViewVC logotype

Diff of /yoda/event/physics/S4/S4Event.h

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

revision 1.1 by kusanagi, Sun Oct 17 12:28:29 2004 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $   * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $
3   * $Id: S4Event.h,v 2.0 2004/09/21 20:50:24 kusanagi Exp $   * $Id: S4Event.h,v 1.5 2005/01/17 08:58:44 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the raw anticoincidence events   * Header file for the raw anticoincidence events
# Line 8  Line 8 
8  #ifndef S4_EVENT_H  #ifndef S4_EVENT_H
9  #define S4_EVENT_H  #define S4_EVENT_H
10    
 #include <exception>  
   
 #include <TObject.h>  
   
11  #include "event/SubPacket.h"  #include "event/SubPacket.h"
12    
13  namespace pamela {  namespace pamela {
# Line 27  namespace pamela { Line 23  namespace pamela {
23    
24      public:      public:
25    
26      UINT16 S4Register;      UINT8  S4_REG_STATUS;
27        UINT16 S4_DATA;
28        UINT8  S4_CMD_NUM;
29        UINT16 S4_RESP_LENGHT;
30        UINT8  S4_OVERALL_CHKCODE;
31        UINT8  unpackError;
32    
33      S4Event(void);      S4Event(void);
34        ~S4Event(void);        ~S4Event(void);
35    
36        ClassDef(S4Event, 1)        ClassDef(S4Event, 2)
37      };      };
38    }    }
39  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23