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 Nov 7, 2024
1 parent 00aa572 commit 6015918
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ void vtx_dis_analysis(const std::string& config_name)
}

//--------------------------------------------------------------------------------------------------------------------------------------------
recoVtxEffHist->Scale(100/counter);
recoVtxEffHist->Scale(1./counter);
recoVtxEffHist->Scale(100.);
ofile->Write(); // Write histograms to file
ofile->Close(); // Close output file

Expand Down

0 comments on commit 6015918

Please sign in to comment.