Skip to content
Snippets Groups Projects

Fix on invariant mass calculation

Closed Jihee Kim requested to merge jihee.kim/detector_benchmarks:pion_mass into master
1 unresolved thread

Fixed invariant mass calculation.

Merge request reports

Checking pipeline status.

Closed by Whitney ArmstrongWhitney Armstrong 4 years ago (Oct 7, 2020 7:28pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
145 145 h1->GetYaxis()->SetTitle("events");
146 146 h1->GetYaxis()->SetTitleOffset(1.4);
147 147 gPad->Update();
148 h1->Draw();
149 //h1->SaveAs("./plots/theta_hist.png");
148 h1->DrawClone();
149 h1->SaveAs("sim_output/theta_hist.png");
  • Jihee Kim added 1 commit

    added 1 commit

    Compare with previous version

  • Jihee Kim added 1 commit

    added 1 commit

    Compare with previous version

  • added 4 commits

    • 38018f13 - 1 commit from branch EIC/benchmarks:master
    • 33317d00 - Fixed invariant mass calcuation.
    • 150118e0 - Changed the path for images
    • b51b3b12 - Added pdf format for images

    Compare with previous version

  • Please register or sign in to reply
    Loading