--- yoda/event/physics/tof/TofEvent.h 2005/01/29 00:26:48 1.1 +++ yoda/event/physics/tof/TofEvent.h 2006/02/04 12:37:44 5.1 @@ -1,14 +1,14 @@ /** @file - * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $ - * $Id: CalorimeterEvent.h,v 2.2 2004/10/18 13:01:16 kusanagi Exp $ - * $Author: kusanagi $ + * $Source: /home/cvsmanager/yoda/event/physics/tof/TofEvent.h,v $ + * $Id: TofEvent.h,v 5.0 2005/08/29 09:46:12 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Header file for the raw calorimeter events */ #ifndef TOF_EVENT_H #define TOF_EVENT_H -#include "event/SubPacket.h" +#include "../../SubPacket.h" namespace pamela { /** @@ -23,7 +23,6 @@ public: TofEvent(void); - ~TofEvent(void); int tdcid[12]; int evcount[12]; int tdcmask[12]; @@ -32,7 +31,7 @@ int temp1[12]; int temp2[12]; - ClassDef(TofEvent, 1) + ClassDef(TofEvent, 2) }; } }