/[PAMELA software]/PamelaDigitizer/Write.cxx
ViewVC logotype

Diff of /PamelaDigitizer/Write.cxx

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

revision 1.2 by pamelats, Wed Oct 15 14:03:23 2008 UTC revision 1.3 by pamelats, Tue May 5 14:17:47 2009 UTC
# Line 1  Line 1 
1  #include "Digitizer.h"  #include "Digitizer.h"
2    
 void Digitizer::WriteRunHeader(){  
   fOutputfile.write(reinterpret_cast<char*>(fDataRunHeader),sizeof(UShort_t)*fRunHeaderbuffer);  
 };  
   
 void Digitizer::WriteRunTrailer(){  
   fOutputfile.write(reinterpret_cast<char*>(fDataRunTrailer),sizeof(UShort_t)*fRunTrailerbuffer);  
 };  
   
3  void Digitizer::WriteData(){  void Digitizer::WriteData(){
4    
5    // Routine that writes the data to a binary file    // Routine that writes the data to a binary file

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23