--- chewbacca/PamOffLineSW/physics/S4Reader.cpp 2008/09/23 07:20:23 1.1 +++ chewbacca/PamOffLineSW/physics/S4Reader.cpp 2009/07/24 13:53:42 1.2 @@ -1,7 +1,7 @@ /** @file - * $Source: /repository/PamOffLineSW/physics/S4Reader.cpp,v $ - * $Id: S4Reader.cpp,v 1.5 2008-03-05 11:37:37 messineo Exp $ - * $Author: messineo $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/S4Reader.cpp,v $ + * $Id: S4Reader.cpp,v 1.1.1.1 2008/09/23 07:20:23 mocchiut Exp $ + * $Author: mocchiut $ * * Implementation of the S4Reader class. */ @@ -26,7 +26,7 @@ */ std::string S4Reader::GetVersionInfo(void) const { return - "$Header: /repository/PamOffLineSW/physics/S4Reader.cpp,v 1.5 2008-03-05 11:37:37 messineo Exp $"; + "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/S4Reader.cpp,v 1.1.1.1 2008/09/23 07:20:23 mocchiut Exp $"; } /** @@ -50,7 +50,7 @@ * consequently supposing the Neutron data (12 Bytes) always present S4 start 18 Bytes before the end of the packet */ void S4Reader::RunEvent(int EventNumber, const char subData[], long int length) { - int offset; + // int offset; int index = haveData(&*subData, length); if (index > 0){