Changeset 2039


Ignore:
Timestamp:
04/29/03 11:07:57 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2038 r2039  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/04/29: Wolfgang Wittek
     4
     5   * mhist/MHSigmaTheta.[h,cc]
     6     - ClassDef( ,0) -> ClassDef( , 1)
     7     - minor corrections in Draw()
     8
     9
    210 2003/04/29: Thomas Bretz
    311 
     
    181189     - fixed output in PreProcess
    182190     - changed MHillasExt to MHillas
     191
     192
    183193
    184194
  • trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc

    r2015 r2039  
    230230    h->SetXTitle("\\Theta [\\circ]");
    231231    h->SetYTitle("No.of events");
    232     h->Draw("box");
     232    h->Draw(opt);
    233233    h->SetBit(kCanDelete);
    234234
     
    239239    h->SetXTitle("\\Theta [\\circ]");
    240240    h->SetYTitle("\\sigma_{ped}^2-\\bar{\\sigma}_{ped}^{2}");
     241    h->Draw("box");
    241242    h->SetBit(kCanDelete);
    242243
  • trunk/MagicSoft/Mars/mhist/MHSigmaTheta.h

    r2015 r2039  
    5555    void Draw(Option_t *option="");
    5656
    57     ClassDef(MHSigmaTheta, 0) //2D-histogram  sigmabar vs. Theta
     57    ClassDef(MHSigmaTheta, 1) //2D-histogram  sigmabar vs. Theta
    5858};
    5959
     
    6262
    6363
     64
     65
Note: See TracChangeset for help on using the changeset viewer.