Changeset 2790 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 01/13/04 17:29:27 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2781 r2790 375 375 // 'content' Display the relative content aligned to GetMaximum() and 376 376 // GeMinimum() ((val-min)/(max-min)) 377 // 'proj' Display the y-projection of the histogram 377 378 // 378 379 void MHCamera::Draw(Option_t *option) … … 620 621 CreateProjection(); 621 622 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); 622 627 fYProj->Paint(opt); 628 gStyle->SetStatH(he); 629 gStyle->SetStatW(wi); 623 630 return; 624 631 }
Note:
See TracChangeset
for help on using the changeset viewer.