Ignore:
Timestamp:
10/21/04 18:33:21 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx

    r5248 r5304  
    271271              (Int_t)(MSLStored->GetBinsFadc()-bin)*sizeof(Float_t));
    272272
    273       memcpy (out_Fr, MSLStored->GetFadcPointer(0),
     273      memcpy (out_Fr + MSLStored->GetBinsFadc() - bin,
     274              MSLStored->GetFadcPointer(0),
    274275              (Int_t)(bin + TOTAL_TRIGGER_TIME*fFadcSlicesPerNanosec -
    275                        MSLStored->GetBinsFadc())*sizeof(Float_t));
     276                      MSLStored->GetBinsFadc())*sizeof(Float_t));
    276277    }
    277278  else
Note: See TracChangeset for help on using the changeset viewer.