--- yoda/event/EventHeader.h 2004/07/06 12:20:23 1.1.1.1 +++ yoda/event/EventHeader.h 2006/02/07 17:11:07 6.0 @@ -1,23 +1,14 @@ /** @file - * $Source: /home/cvspamela/yoda/event/EventHeader.h,v $ - * $Id: EventHeader.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ - * $Author: nagni $ + * $Source: /home/cvsmanager/yoda/event/EventHeader.h,v $ + * $Id: EventHeader.h,v 5.1 2006/02/04 12:37:43 kusanagi Exp $ + * $Author: kusanagi $ * * Header file for the EventHeader class. */ #ifndef EVENT_HEADER_H #define EVENT_HEADER_H - -#include -// #include -// #include -#include //Substituted by Maurizio 05 Feb 2004 -#include //Substituted by Maurizio 05 Feb 2004 - - -#include "SubPacket.h" -#include "PscuHeader.h" #include "EventCounter.h" +#include "PscuHeader.h" namespace pamela { /** @@ -38,8 +29,8 @@ /** Get the event counter. */ pamela::EventCounter *GetCounter() { return &Counter; } /** Get the PSCU header (information from the Pamela CPU board). */ - pamela::PscuHeader *GetPscuHeader() { return &Pscu; } - ClassDef(EventHeader, 1) + pamela::PscuHeader *GetPscuHeader() throw (Exception) { return &Pscu; } + ClassDef(EventHeader, 2) }; }