--- yoda/event/physics/tof/TofEvent.h 2005/01/29 00:26:48 1.1 +++ yoda/event/physics/tof/TofEvent.h 2005/08/29 08:27:49 4.5 @@ -1,6 +1,6 @@ /** @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 $ + * $Source: /home/cvsmanager/yoda/event/physics/tof/TofEvent.h,v $ + * $Id: TofEvent.h,v 4.4 2005/05/28 10:44:14 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw calorimeter events @@ -8,7 +8,7 @@ #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) }; } }