Changeset 5428 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/18/04 15:10:02 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5427 r5428  
    2121                                                 -*-*- END OF LINE -*-*-
    2222
     23 2004/11/18: Thomas Bretz
     24
     25   * mjobs/MJPedestal.cc:
     26     - fixed a bug in the handling of kUsePed which caused the MTaskEnv
     27       to be set incorrectly
     28
     29
     30
    2331 2004/11/18: Markus Gaug
    2432
     
    4048
    4149
     50
    4251 2004/11/17: Abelardo Moralejo
    4352
     
    4655
    4756
    48  2004/11/17: Raquel DelosReyes
     57
     58 2004/11/17: Raquel de los Reyes
    4959
    5060   * mhist/MHFindSignificance.cc
     
    5262       allowed the option of display the result in a canvas, previously
    5363       created, or in a new one if it doesn't exit.
     64
     65
    5466
    5567 2004/11/16: Markus Gaug
     
    8092
    8193
     94
    8295 2004/11/16: Abelardo Moralejo
    8396
     
    97110
    98111
     112
    99113 2004/11/16: Markus Gaug
    100114
     
    108122   * mcalib/MCalibrationChargeCalc.cc
    109123     - give the new arguments to MCalibrationQEPix
     124
    110125
    111126
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r5395 r5428  
    710710
    711711    case kUsePedRun:
     712        taskenv.SetDefault(&pedcalc);
    712713        if (!fExtractor)
    713714            break;
    714         taskenv.SetDefault(&pedcalc);
    715715        pedcalc.SetWindowSize((Int_t)TMath::Nint(fExtractor->GetNumHiGainSamples()));
    716716        pedcalc.SetRange(fExtractor->GetHiGainFirst(), fExtractor->GetHiGainLast());
Note: See TracChangeset for help on using the changeset viewer.