Changeset 1336 for trunk/MagicSoft/Mars/mhist/MH3.cc
- Timestamp:
- 06/03/02 09:57:00 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH3.cc
r1334 r1336 319 319 p->Draw("same"); 320 320 p->SetBit(kCanDelete); 321 p->SetDirectory(NULL); 321 322 } 322 323 if (str.Contains("PROFY", TString::kIgnoreCase) && fDimension==2) … … 325 326 p->Draw("same"); 326 327 p->SetBit(kCanDelete); 328 p->SetDirectory(NULL); 327 329 } 328 330 … … 352 354 p->Draw("same"); 353 355 p->SetBit(kCanDelete); 356 p->SetDirectory(NULL); 354 357 } 355 358 if (str.Contains("PROFY", TString::kIgnoreCase) && fDimension==2) … … 358 361 p->Draw("same"); 359 362 p->SetBit(kCanDelete); 363 p->SetDirectory(NULL); 360 364 } 361 365
Note:
See TracChangeset
for help on using the changeset viewer.