/** @file * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $ * $Id: S4Event.h,v 2.0 2004/09/21 20:50:24 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw anticoincidence events */ #ifndef S4_EVENT_H #define S4_EVENT_H #include #include #include "event/SubPacket.h" namespace pamela { /** * Namespace for all code related to the anticoincidence unit. */ namespace S4 { /** * Techmodel S4 subpacket */ class S4Event: public pamela::SubPacket { private: public: UINT16 S4Register; S4Event(void); ~S4Event(void); ClassDef(S4Event, 1) }; } } #endif /* S4_EVENT_H */