/[PAMELA software]/yoda/techmodel/PhysEndRunReader.cpp
ViewVC logotype

Diff of /yoda/techmodel/PhysEndRunReader.cpp

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

revision 6.3 by kusanagi, Wed Aug 16 13:15:23 2006 UTC revision 6.4 by pam-rm2, Wed Aug 23 14:39:44 2006 UTC
# Line 24  PhysEndRunReader::PhysEndRunReader(void) Line 24  PhysEndRunReader::PhysEndRunReader(void)
24   */   */
25  std::string PhysEndRunReader::GetVersionInfo(void) const {  std::string PhysEndRunReader::GetVersionInfo(void) const {
26    return    return
27      "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $\n";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/PhysEndRunReader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $\n";
28  }  }
29    
30  /**  /**
# Line 52  void PhysEndRunReader::RunEvent(int Even Line 52  void PhysEndRunReader::RunEvent(int Even
52      //physEndRun->TB_ENDRUN;      //physEndRun->TB_ENDRUN;
53            
54      InputFile->read(subData, sizeof(subData));      InputFile->read(subData, sizeof(subData));
55      subCRC = CM_Compute_CRC16(0, (BYTE*)&subData, dataLength);      subCRC = CM_Compute_CRC16(0, (UINT8*)subData, dataLength);
56      readCRC = (((UINT16)(subData[length - 2]<<8))&0xFF00) + (((UINT16)subData[length - 1])&0x00FF);      readCRC = (((UINT16)(subData[length - 2]<<8))&0xFF00) + (((UINT16)subData[length - 1])&0x00FF);
57            
58      //if (subCRC != readCRC) throw WrongCRCException(" Wrong CRC for PhysEndRun Packet ");      //if (subCRC != readCRC) throw WrongCRCException(" Wrong CRC for PhysEndRun Packet ");
     /*  
59      if (subCRC != readCRC) {      if (subCRC != readCRC) {
60          logger->error(" Wrong CRC for PhysEndRun Packet but I process it anyway");          logger->error(" Wrong CRC for PhysEndRun Packet but I process it anyway");
61      }*/      }
62      //--------------- CALO SECTION------------------------------------      //--------------- CALO SECTION------------------------------------
63      long int offset = 0;      long int offset = 0;
64      int j = 0;      int j = 0;

Legend:
Removed from v.6.3  
changed lines
  Added in v.6.4

  ViewVC Help
Powered by ViewVC 1.1.23