--- chewbacca/PamOffLineSW/physics/NeutronDetectorReader.cpp 2008/09/23 07:20:22 1.1.1.1 +++ chewbacca/PamOffLineSW/physics/NeutronDetectorReader.cpp 2008/12/12 15:58:49 1.2 @@ -19,7 +19,7 @@ */ std::string NeutronDetectorReader::GetVersionInfo(void) const { return - "$Header: /repository/PamOffLineSW/physics/NeutronDetectorReader.cpp,v 1.3 2008-03-05 11:37:37 messineo Exp $"; + "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/NeutronDetectorReader.cpp,v 1.1.1.1 2008/09/23 07:20:22 mocchiut Exp $"; } /** @@ -50,7 +50,7 @@ */ void NeutronDetectorReader::RunEvent(int EventNumber, const char subData[], long int length) { NeutronRecord *rec; - const int lenNeutronData = 12; + const int lenNeutronData = 12; //char *data = new char[lenght]; //memcpy(data, subData, lenght); neutronEvent->Records->Clear(); @@ -63,7 +63,7 @@ rec->trigPhysics = (UINT8)subData[length-offset]; rec->upperBack = (((UINT8)subData[length-offset+1])>>4); rec->bottomBack = (((UINT8)subData[length-offset+1])&0x0F); - } + } neutronEvent->unpackError = 0; } else { neutronEvent->unpackError = 1;