Changeset 4282 for trunk/MagicSoft/Mars
- Timestamp:
- 06/08/04 11:39:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r4281 r4282 1941 1941 TProfile *obj2 = (TProfile*)AzimuthProfile(GetName()); 1942 1942 obj2->SetDirectory(0); 1943 obj2->SetLineColor(kRed);1944 1943 obj2->Draw(); 1945 1944 obj2->SetBit(kCanDelete); 1946 1945 obj2->Fit("pol0","Q",""); 1947 obj2->GetFunction("pol0")->SetLineColor(kRed);1948 1946 obj2->GetFunction("pol0")->SetLineWidth(1); 1949 1947
Note:
See TracChangeset
for help on using the changeset viewer.