Changeset 4059
- Timestamp:
- 05/12/04 21:43:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r4058 r4059 1637 1637 inout[i]->Draw(); 1638 1638 inout[i]->Fit("gaus","Q"); 1639 1639 /* 1640 gPad->Modified(); 1641 gPad->Update(); 1642 gPad->SaveAs(Form("%s%s%i%s",GetName(),"AreaIdx",i,".eps")); 1643 */ 1640 1644 if (fit == 6) 1641 1645 { … … 1646 1650 for (int j=0; j<2; j++) 1647 1651 { 1648 half[j]->SetLineColor(kRed+i+2*j );1652 half[j]->SetLineColor(kRed+i+2*j+1); 1649 1653 half[j]->SetDirectory(NULL); 1650 1654 half[j]->SetBit(kCanDelete);
Note:
See TracChangeset
for help on using the changeset viewer.