Changeset 2857


Ignore:
Timestamp:
01/20/04 14:05:44 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2856 r2857  
    66
    77 2004/01/20: Abelardo moralejo
     8
     9  * mcalib/MHCalibrationPINDiode.cc
     10    - Added call to SetDirecory(0) for histograms fHErrCharge,
     11      fHPCharge, fHPTime.
    812
    913  * manalysis/MCerPhotPix.h
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPINDiode.cc

    r2734 r2857  
    7676    fHPCharge->SetYTitle("Nr. of events");
    7777    fHPCharge->Sumw2();
     78    fHPCharge->SetDirectory(0);
    7879
    7980    fErrChargeFirst = 0.;
     
    8586    fHErrCharge->SetYTitle("Nr. of events");
    8687    fHErrCharge->Sumw2();
     88    fHErrCharge->SetDirectory(0);
    8789
    8890    Int_t tfirst = 0;
     
    9496    fHPTime->SetYTitle("Nr. of events");
    9597    fHPTime->Sumw2();
     98    fHPTime->SetDirectory(0);
    9699
    97100}
Note: See TracChangeset for help on using the changeset viewer.