Ignore:
Timestamp:
01/13/04 17:29:27 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r2781 r2790  
    375375//   'content'     Display the relative content aligned to GetMaximum() and
    376376//                 GeMinimum() ((val-min)/(max-min))
     377//   'proj'        Display the y-projection of the histogram
    377378//
    378379void MHCamera::Draw(Option_t *option)
     
    620621      CreateProjection();
    621622      opt.ReplaceAll("proj", "");
     623      Float_t he = gStyle->GetStatH();
     624      Float_t wi = gStyle->GetStatH();
     625      gStyle->SetStatH(0.4);
     626      gStyle->SetStatW(0.25);
    622627      fYProj->Paint(opt);
     628      gStyle->SetStatH(he);     
     629      gStyle->SetStatW(wi);     
    623630      return;
    624631    }
Note: See TracChangeset for help on using the changeset viewer.