/[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.2 by kusanagi, Fri Dec 3 22:04:33 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 1.1 2004/10/17 12:28:29 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 23  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.2  
changed lines
  Added in v.3.0

  ViewVC Help
Powered by ViewVC 1.1.23