Skip to content

Commit

Permalink
Update vtx_dis_analysis.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi-singla-21 authored Oct 31, 2024
1 parent 9031c07 commit 1ea3188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void vtx_dis_analysis(const std::string& config_name)

TH2D *recoVtxRvsZHist = new TH2D("recoVtxRvsZ","",200,-100.,100.,100,0.,0.8);
recoVtxRvsZHist->Draw("COLZ");
recoVtxRvsZHist->SetTitle("Reconstrcuted Vertex: v_{r} versus v_{z}");
recoVtxRvsZHist->SetTitle("Reconstructed Vertex: v_{r} versus v_{z}");
recoVtxRvsZHist->GetXaxis()->SetTitle("z-coordinate (in mm)");
recoVtxRvsZHist->GetYaxis()->SetTitle("#sqrt{x^{2} + y^{2}} (in mm)");
recoVtxRvsZHist->GetXaxis()->CenterTitle(); recoVtxRvsZHist->GetYaxis()->CenterTitle();
Expand Down

0 comments on commit 1ea3188

Please sign in to comment.