- Timestamp:
- 12/30/00 16:29:06 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.cxx
r449 r460 328 328 } 329 329 } 330 330 void MFadc::GetResponse( Float_t *resp ) { 331 // ============================================================ 332 // 333 // puts the standard response function into the array resp 334 335 for ( Int_t i=0; i< RESPONSE_SLICES; i++ ) { 336 337 resp[i] = sing_resp[i] ; 338 } 339 } 340 331 341 void MFadc::TriggeredFadc(Float_t time) { 332 342
Note:
See TracChangeset
for help on using the changeset viewer.