Ignore:
Timestamp:
06/08/04 11:39:25 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4281 r4282  
    19411941  TProfile *obj2 = (TProfile*)AzimuthProfile(GetName());
    19421942  obj2->SetDirectory(0);
    1943   obj2->SetLineColor(kRed);
    19441943  obj2->Draw();
    19451944  obj2->SetBit(kCanDelete);
    19461945  obj2->Fit("pol0","Q","");
    1947   obj2->GetFunction("pol0")->SetLineColor(kRed);
    19481946  obj2->GetFunction("pol0")->SetLineWidth(1);
    19491947 
Note: See TracChangeset for help on using the changeset viewer.