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

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

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

revision 5.1 by kusanagi, Sat Feb 4 12:37:45 2006 UTC revision 6.1 by kusanagi, Wed Mar 8 08:17:06 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v $
3   * $Id: AnticounterReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $   * $Id: AnticounterReader.cpp,v 6.0 2006/02/07 17:11:11 kusanagi Exp $
4   * $Author: Maurizio Nagni $   * $Author: kusanagi $
5   *   *
6   * Implementation of the AnticounterReader class.   * Implementation of the AnticounterReader class.
7   */   */
# Line 34  AnticounterReader::AnticounterReader(voi Line 34  AnticounterReader::AnticounterReader(voi
34   */   */
35  std::string AnticounterReader::GetVersionInfo(void) const {  std::string AnticounterReader::GetVersionInfo(void) const {
36    return    return
37      "$Header: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $";      "$Header: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v 6.0 2006/02/07 17:11:11 kusanagi Exp $";
38  }  }
39    
40  /**  /**
# Line 83  void AnticounterReader::RunEvent(int Eve Line 83  void AnticounterReader::RunEvent(int Eve
83              default: errmsg = "ANTICOUNTER ERRROR CODE UNIDENTIFIED";              default: errmsg = "ANTICOUNTER ERRROR CODE UNIDENTIFIED";
84          }          }
85          oss.str("");          oss.str("");
86          oss << "Fortran77 function tofunpack: " <<  errmsg;          oss << "Anticounter unpacking: " <<  errmsg;
87          logger->warn(oss.str().c_str());          logger->warn(oss.str().c_str());
88      //}      //}
89    

Legend:
Removed from v.5.1  
changed lines
  Added in v.6.1

  ViewVC Help
Powered by ViewVC 1.1.23