/[PAMELA software]/DarthVader/TrackerLevel2/src/TrkLevel0.cpp
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/src/TrkLevel0.cpp

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

revision 1.6 by pam-fi, Fri Dec 5 08:26:46 2008 UTC revision 1.7 by pam-fi, Fri Dec 5 08:30:37 2008 UTC
# Line 381  bool TrkLevel0::GetUnCompressedEvent(int Line 381  bool TrkLevel0::GetUnCompressedEvent(int
381      if( !GetCompressedEvent(iview,graph) )return false;      if( !GetCompressedEvent(iview,graph) )return false;
382      //        //  
383      double* adc;      double* adc;
384      double last;      double last=0.;
385      adc = graph->GetY();      adc = graph->GetY();
386      for(int i=0; i<3072; i++){      for(int i=0; i<3072; i++){
387          int ivk = (int)((float)i/128.);          int ivk = (int)((float)i/128.);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23