Ignore:
Timestamp:
12/30/00 16:29:06 (24 years ago)
Author:
harald
Message:
Some changes in the MFadc class were neccessary for the StarResponse
program.
File:
1 edited

Legend:

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

    r449 r460  
    328328  } 
    329329}
    330 
     330void 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 
    331341void MFadc::TriggeredFadc(Float_t time) {
    332342 
Note: See TracChangeset for help on using the changeset viewer.