/[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 3.1 by kusanagi, Sun Mar 6 04:29:20 2005 UTC revision 4.1 by kusanagi, Tue Mar 15 16:03:01 2005 UTC
# Line 34  PhysEndRunReader::PhysEndRunReader(void) Line 34  PhysEndRunReader::PhysEndRunReader(void)
34   */   */
35  std::string PhysEndRunReader::GetVersionInfo(void) const {  std::string PhysEndRunReader::GetVersionInfo(void) const {
36    return    return
37      "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $\n";
38  }  }
39    
40  /**  /**
# Line 112  void PhysEndRunReader::RunEvent(int Even Line 112  void PhysEndRunReader::RunEvent(int Even
112      physEndRun->TB_ENDRUN.TB_BUSY_MASK    = (((UINT32)subData[offset+12]<<16)&0x00FF0000) +  (((UINT32)subData[offset+13]<<8)&0x0000FF00) + (((UINT32)subData[offset+14])&0x000000FF);      physEndRun->TB_ENDRUN.TB_BUSY_MASK    = (((UINT32)subData[offset+12]<<16)&0x00FF0000) +  (((UINT32)subData[offset+13]<<8)&0x0000FF00) + (((UINT32)subData[offset+14])&0x000000FF);
113      //subData[tbInitPos+ 12--->14] have a CRC(what?) in subData[tbInitPos+15]      //subData[tbInitPos+ 12--->14] have a CRC(what?) in subData[tbInitPos+15]
114      physEndRun->TB_ENDRUN.TB_CALIB_FLAG   = ((UINT8)subData[offset+16])>>7;      physEndRun->TB_ENDRUN.TB_CALIB_FLAG   = ((UINT8)subData[offset+16])>>7;
115      physEndRun->TB_ENDRUN.TB_S4_TRIG      = ((UINT8)subData[offset+16])>>6;      physEndRun->TB_ENDRUN.TB_CALO_TRIG    = ((UINT8)subData[offset+16])>>6;
116      physEndRun->TB_ENDRUN.TB_CALO_TRIG    = ((UINT8)subData[offset+16])>>5;      physEndRun->TB_ENDRUN.TB_S4_TRIG      = ((UINT8)subData[offset+16])>>5;
117      physEndRun->TB_ENDRUN.TB_TOF_TRIG     = (UINT8)(subData[offset+16]<<3) + (UINT8)(subData[offset+17]>>5);      physEndRun->TB_ENDRUN.TB_TOF_TRIG     = (UINT8)(subData[offset+16]<<3) + (UINT8)(subData[offset+17]>>6);
118      //subData[tbInitPos+ 16--->17] have a CRC(what?) in subData[tbInitPos+18]      //subData[tbInitPos+ 16--->17] have a CRC(what?) in subData[tbInitPos+18]
119  }  }
120    

Legend:
Removed from v.3.1  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23