/[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.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC revision 6.1 by kusanagi, Tue May 30 19:10:02 2006 UTC
# Line 1  Line 1 
   
1  // Implementation of the PhysEndRunReader class.  // Implementation of the PhysEndRunReader class.
   
2    
 #define UINT unsigned int  
 #define BYTE  unsigned char  
 #include <string>  
 #include <log4cxx/logger.h>  
3  extern "C" {  extern "C" {
 #include <sys/time.h>  
4  #include "CRC.h"  #include "CRC.h"
5  }  }
6    
 #include <fstream>  
 #include "stdio.h"  
7  #include "ReaderAlgorithms.h"  #include "ReaderAlgorithms.h"
8    
 using namespace pamela;  
9  using namespace pamela::techmodel;  using namespace pamela::techmodel;
10    
11  static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.PhysEndRunReader"));  static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.PhysEndRunReader"));
# Line 34  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 5.1 2006/02/04 12:37:45 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $\n";
28  }  }
29    
30  /**  /**

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

  ViewVC Help
Powered by ViewVC 1.1.23