Changeset 1346 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 06/04/02 15:00:36 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHadroness.cc
r1336 r1346 296 296 gStyle->SetOptStat(10); 297 297 Getghness()->DrawCopy(); 298 Getphness()->SetLineColor( 2);298 Getphness()->SetLineColor(kRed); 299 299 Getphness()->DrawCopy("same"); 300 300 c.cd(4); … … 308 308 g.GetXaxis()->SetTitle("Acceptance Hadrons"); 309 309 g.GetYaxis()->SetTitle("Acceptance Gammas"); 310 g.SetMarkerStyle(kFullDotSmall); 311 g.Draw("P"); 312 310 313 gPad->Modified(); 311 314 gPad->Update(); … … 314 317 TMarker *m = new TMarker(fIntPhness->GetBinContent(h), 315 318 fIntGhness->GetBinContent(h), kStar); 316 m->SetMarkerColor( 4);319 m->SetMarkerColor(kBlue); 317 320 m->SetBit(kCanDelete); 318 321 m->Draw(); … … 320 323 gStyle->SetOptStat(0); 321 324 Getighness()->DrawCopy(); 322 Getiphness()->SetLineColor( 2);325 Getiphness()->SetLineColor(kRed); 323 326 Getiphness()->DrawCopy("same"); 324 fMinDist->SetLineColor( 4);327 fMinDist->SetLineColor(kBlue); 325 328 fMinDist->DrawCopy("same"); 326 329 c.cd(3); … … 344 347 gStyle->SetOptStat(10); 345 348 Getghness()->Draw(); 346 Getphness()->SetLineColor( 2);349 Getphness()->SetLineColor(kRed); 347 350 Getphness()->Draw("same"); 348 351 gPad->cd(4); … … 355 358 fGraph->GetXaxis()->SetTitle("Acceptance Hadrons"); 356 359 fGraph->GetYaxis()->SetTitle("Acceptance Gammas"); 360 fGraph->SetMarkerStyle(kFullDotSmall); 361 fGraph->Draw("P"); 357 362 gPad->Modified(); 358 363 gPad->Update(); … … 361 366 TMarker *m = new TMarker(fIntPhness->GetBinContent(h), 362 367 fIntGhness->GetBinContent(h), kStar); 363 m->SetMarkerColor( 4);368 m->SetMarkerColor(kBlue); 364 369 m->SetBit(kCanDelete); 365 370 m->Draw(); … … 367 372 gStyle->SetOptStat(0); 368 373 Getighness()->Draw(); 369 Getiphness()->SetLineColor( 2);374 Getiphness()->SetLineColor(kRed); 370 375 Getiphness()->Draw("same"); 371 fMinDist->SetLineColor( 4);376 fMinDist->SetLineColor(kBlue); 372 377 fMinDist->Draw("same"); 373 378 gPad->cd(3);
Note:
See TracChangeset
for help on using the changeset viewer.