Changeset 8016
- Timestamp:
- 10/08/06 12:40:37 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8015 r8016 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/10/08 Thomas Bretz 22 23 * mhflux/MHalpha.cc: 24 - fixed a problem (maybe with the new root version) that on- 25 and off-data was shown in black and could not be distinguished 26 anymore 27 28 20 29 21 30 2006/10/07 Thomas Bretz -
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r7778 r8016 585 585 hoff->SetMaximum(alpha); 586 586 587 // For some reason the line-color is resetted 588 hoff->SetLineColor(kRed); 589 587 590 if ((h0=(TH1D*)gPad->FindObject("ProjOnOff"))) 588 591 { … … 696 699 if (fOffData) 697 700 { 698 h->SetMarkerColor(kGreen); 701 // To get green on-data 702 //h->SetMarkerColor(kGreen); 703 //h->SetLineColor(kGreen); 699 704 700 705 h = fOffData->ProjectionZ("ProjOff", -1, 9999, -1, 9999, "E"); … … 706 711 h->SetBit(kCanDelete); 707 712 h->SetMarkerColor(kRed); 708 h->Draw("same"); 713 h->SetLineColor(kRed); 714 //h->SetFillColor(18); 715 h->Draw("same"/*"bar same"*/); 709 716 710 717 h = (TH1D*)h->Clone("ProjOnOff"); … … 716 723 h->SetBit(kCanDelete); 717 724 h->SetMarkerColor(kBlue); 725 h->SetLineColor(kBlue); 718 726 h->Draw("same"); 719 727 … … 835 843 hof->SetBit(kCanDelete); 836 844 hof->SetMarkerColor(kRed); 845 hof->SetLineColor(kRed); 837 846 hof->Draw("same"); 838 847
Note:
See TracChangeset
for help on using the changeset viewer.