/[PAMELA software]/yoda/techmodel/NdInitReader.cpp
ViewVC logotype

Diff of /yoda/techmodel/NdInitReader.cpp

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

revision 2.1 by kusanagi, Fri Sep 24 11:57:49 2004 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 50  void NdInitReader::Init(PamelaRun *run) Line 50  void NdInitReader::Init(PamelaRun *run)
50  /**  /**
51   * Unpack the AcInit event from an input file.   * Unpack the AcInit event from an input file.
52   */   */
53  void NdInitReader::RunEvent(int EventNumber, long int length) {  void NdInitReader::RunEvent(int EventNumber, long int length) throw (WrongCRCException){
54        /*
55            rec = new NeutronRecord(); //aggiungo un nuovo NeutronRecord all'evento
56        rec->upperTrig   = (((BYTE)data[lenght-offset])>>4);
57        rec->bottomTrig  = (((BYTE)data[lenght-offset])&0x0F);
58        rec->upperBack   = (((BYTE)data[lenght-offset+1])>>4);
59        rec->bottomBack  = (((BYTE)data[lenght-offset+1])&0x0F);    
60     */  
61  }  }
62    

Legend:
Removed from v.2.1  
changed lines
  Added in v.3.0

  ViewVC Help
Powered by ViewVC 1.1.23