Changeset 8016 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 10/08/06 12:40:37 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.