/[PAMELA software]/yoda/techmodel/physics/TofReader.cpp
ViewVC logotype

Diff of /yoda/techmodel/physics/TofReader.cpp

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

revision 4.4 by kusanagi, Sat May 28 10:44:13 2005 UTC revision 6.2 by kusanagi, Tue May 30 19:10:03 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/physics/TofReader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/physics/TofReader.cpp,v $
3   * $Id: TofReader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $   * $Id: TofReader.cpp,v 6.1 2006/05/30 19:10:02 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the CalorimeterReader class.   * Implementation of the CalorimeterReader class.
# Line 50  TofReader::TofReader(void): Line 50  TofReader::TofReader(void):
50   */   */
51  std::string TofReader::GetVersionInfo(void) const {  std::string TofReader::GetVersionInfo(void) const {
52    return    return
53      "$Header: /home/cvsmanager/yoda/techmodel/physics/TofReader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $";      "$Header: /home/cvsmanager/yoda/techmodel/physics/TofReader.cpp,v 6.1 2006/05/30 19:10:02 kusanagi Exp $";
54  }  }
55    
56  /**  /**
# Line 92  void TofReader::RunEvent(int EventNumber Line 92  void TofReader::RunEvent(int EventNumber
92      if (ERROR != 0) {      if (ERROR != 0) {
93          char *errmsg;          char *errmsg;
94          switch (ERROR){          switch (ERROR){
95              case 1: errmsg = "GENERIC TOF ERROR";              case 1: errmsg = "CRC TOF ERROR";
96              break;              break;
97              default: errmsg = "TOF ERRROR CODE UNIDENTIFIED";              default: errmsg = "TOF ERROR CODE UNIDENTIFIED";
98          }          }
99          oss.str("");          oss.str("");
100          oss << "Fortran77 function tofunpack: " <<  errmsg;          oss << "Fortran77 function tofunpack: " <<  errmsg;
101          logger->warn(oss.str().c_str());          logger->debug(oss.str().c_str());
102      }      }
103      //  In case of "ERROR != 0" the calunpack will take care to set all      //  In case of "ERROR != 0" the calunpack will take care to set all
104      //  parameters to zero      //  parameters to zero

Legend:
Removed from v.4.4  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23