X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFhitT0.h;h=6740549290d878e878ef4588db34f44746eb195c;hb=96f8ea5a0a7e84413fa68309ce21c29c3f1f94e0;hp=a639aa010862724290720fa5e1a6eefd41c12956;hpb=d3c7bfac64db5d2f00beb9368e1977df1114c94e;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFhitT0.h b/TOF/AliTOFhitT0.h index a639aa01086..6740549290d 100644 --- a/TOF/AliTOFhitT0.h +++ b/TOF/AliTOFhitT0.h @@ -3,8 +3,6 @@ /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ -#include "AliHit.h" - //////////////////////////////////////////////// // // // Hit class for TOF // @@ -14,9 +12,13 @@ // // //////////////////////////////////////////////// +/* $Id$ */ + +#include "AliHit.h" + class AliTOFhitT0 : public AliHit { public: - AliTOFhitT0() {} + AliTOFhitT0(); AliTOFhitT0(Int_t shunt, Int_t track, Int_t* vol, Float_t *hits); AliTOFhitT0(const AliTOFhitT0 & hit) ;