Changeset 5371 for trunk


Ignore:
Timestamp:
11/10/04 16:20:46 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5367 r5371  
    2121                                                 -*-*- END OF LINE -*-*-
    2222 2004/11/10: Markus Gaug
     23
     24   * mhcalib/MHCalibrationRelTimeCam.cc
     25     - reduced nr of bins from 900 to 200 which is sufficient.
     26       Apparently, Nadia had got some problems with the high memory
     27       needed.
    2328
    2429   * msignal/MExtractTimeAndChargeDigitalFilter.cc
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r5201 r5371  
    126126const Float_t MHCalibrationRelTimeCam::fgNumHiGainSaturationLimit = 0.25;
    127127const UInt_t  MHCalibrationRelTimeCam::fgReferencePixel = 1;
    128 const Int_t   MHCalibrationRelTimeCam::fgNbins    = 900;
     128const Int_t   MHCalibrationRelTimeCam::fgNbins    = 200;
    129129const Axis_t  MHCalibrationRelTimeCam::fgFirst    = -5.;
    130130const Axis_t  MHCalibrationRelTimeCam::fgLast     =  5.;
     
    333333  const MArrivalTimePix &refpix = (*arrtime)[fReferencePixel];
    334334  const Float_t reftime = refpix.IsLoGainUsed()
    335     ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain();
     335     ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain();
    336336
    337337  for (Int_t i=0; i<npixels; i++)
Note: See TracChangeset for help on using the changeset viewer.