/[PAMELA software]/PamelaDigitizer/DigitizeCalo.cxx
ViewVC logotype

Diff of /PamelaDigitizer/DigitizeCalo.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pizzolot, Fri Oct 16 09:15:49 2009 UTC revision 1.4 by pizzolot, Fri Nov 13 09:08:53 2009 UTC
# Line 865  void Digitizer::DigitizeCALOCOMPRESS() { Line 865  void Digitizer::DigitizeCALOCOMPRESS() {
865      //      //
866      // Write the correct length      // Write the correct length
867      //      //
868      fDataCALO[fSecPointer+1] = fCALOlength-fSecPointer+1 ;      fDataCALO[fSecPointer+1] = (fCALOlength-fSecPointer+1)-2 ;
869        // total length of the packet: -2: because the words with status and length are not included
870      fDataCALO[fNofTStripsPointer] = NofTransmittedStrips ;      fDataCALO[fNofTStripsPointer] = NofTransmittedStrips ;
871      //      //
872      // here we calculate and save the CRC      // here we calculate and save the CRC
873      //      //
874      Short_t CRC = 0;      Short_t CRC = 0;
875        fDataCALO[fCALOlength] =0 ;
876      for (UInt_t i=0; i<(fCALOlength-fSecPointer); i++){      for (UInt_t i=0; i<(fCALOlength-fSecPointer); i++){
877        CRC=crc(CRC,fDataCALO[i+fSecPointer]);        CRC=crc(CRC,fDataCALO[i+fSecPointer]);
878      };      };

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23