Ignore:
Timestamp:
02/21/00 14:54:16 (25 years ago)
Author:
harald
Message:
Introduction of the baseline shift behaviour!!
File:
1 edited

Legend:

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

    r356 r372  
    472472      baseline[i] = baseline[i] / ( (Float_t ) TRIGGER_TIME_SLICES)  ;
    473473
    474       //cout << "Pixel " << i
    475       //   << " baseline " << baseline[i]
    476       //   <<endl ;
    477 
     474      cout << "Pixel " << i
     475           << " baseline " << baseline[i]
     476           <<endl ;
     477
     478      for ( ii = 0 ;  ii < TRIGGER_TIME_SLICES ; ii++ ) {
     479        a_sig[i][ii] = a_sig[i][ii] - baseline[i] ;
     480      }
    478481    }
    479482  }
     
    737740      }
    738741      hist->SetMaximum(8.);
     742      hist->SetMinimum(-8.);
    739743      hist->SetStats(kFALSE);
    740744 
Note: See TracChangeset for help on using the changeset viewer.