Changeset 3359 for trunk


Ignore:
Timestamp:
02/29/04 03:58:46 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3349 r3359  
    55                                                 -*-*- END OF LINE -*-*-
    66 2004/02/27: Markus Gaug
    7  
     7   
     8   * mjobs/MJPedestal.cc
     9   
     10     - put in call to MHCamera::Projection the name of teh calling
     11       class, otherwise the projected hsitogram will be overwritten by
     12       an empyt one.
     13
    814   * mcalib/MHCalibrationChargePix.[h,cc]
    915   * mcalib/MHCalibrationHiGainChargePix.[h,cc]
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r3238 r3359  
    112112void MJPedestal::DrawProjection(MHCamera *obj1, Int_t fit) const
    113113{
    114     TH1D *obj2 = (TH1D*)obj1->Projection();
     114    TH1D *obj2 = (TH1D*)obj1->Projection(obj1->GetName());
    115115    obj2->Draw();
    116116    obj2->SetBit(kCanDelete);
Note: See TracChangeset for help on using the changeset viewer.