Changeset 5304 for trunk/MagicSoft/Simulation/Detector/include-MLons
- Timestamp:
- 10/21/04 18:33:21 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
r5248 r5304 271 271 (Int_t)(MSLStored->GetBinsFadc()-bin)*sizeof(Float_t)); 272 272 273 memcpy (out_Fr, MSLStored->GetFadcPointer(0), 273 memcpy (out_Fr + MSLStored->GetBinsFadc() - bin, 274 MSLStored->GetFadcPointer(0), 274 275 (Int_t)(bin + TOTAL_TRIGGER_TIME*fFadcSlicesPerNanosec - 275 276 MSLStored->GetBinsFadc())*sizeof(Float_t)); 276 277 } 277 278 else
Note:
See TracChangeset
for help on using the changeset viewer.