Changeset 8243 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 01/11/07 14:15:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHEnergyEst.cc
r8047 r8243 435 435 h = (TH1D*)fHEnergy.Project3D("ey"); 436 436 h->SetBit(TH1::kNoStats); 437 h->SetTitle("Energy disribution: Monte Carlo E_{mc} (black), Estimated E_{est} ( green)");437 h->SetTitle("Energy disribution: Monte Carlo E_{mc} (black), Estimated E_{est} (blue)"); 438 438 h->SetXTitle("E [GeV]"); // E_mc 439 439 h->SetYTitle("Counts"); … … 450 450 h->SetDirectory(NULL); 451 451 h->SetMarkerStyle(kFullDotMedium); 452 h->SetLineColor(k Green);453 h->SetMarkerColor(k Green);452 h->SetLineColor(kBlue); 453 h->SetMarkerColor(kBlue); 454 454 h->Draw("same"); 455 455
Note:
See TracChangeset
for help on using the changeset viewer.