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

Legend:

Unmodified
Added
Removed
  • 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.