Ignore:
Timestamp:
03/05/01 10:49:18 (24 years ago)
Author:
blanch
Message:
Member function SetNSB has been renamed to AddNSB and noe it adds the NSB
contribution instead of setting it.
File:
1 edited

Legend:

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

    r633 r675  
    798798
    799799
    800 void MTrigger::SetNSB( Int_t iPix, Float_t resp[TRIGGER_TIME_SLICES]){
     800void MTrigger::AddNSB( Int_t iPix, Float_t resp[TRIGGER_TIME_SLICES]){
    801801  // ================================================================
    802802  //
     
    846846    for ( i = 0 ; i<TRIGGER_TIME_SLICES; i++ ) {
    847847     
    848       a_sig[iPix][i] = resp[i];
     848      a_sig[iPix][i] += resp[i];
    849849    }
    850850
Note: See TracChangeset for help on using the changeset viewer.