Add HS Vertex Reco/Selection Efficiency and Reso Plots to IDPVM
Compare changes
- Matthew Joseph Basso authored
+ 15
− 13
@@ -135,21 +135,23 @@ float InDetPerfPlot_VertexTruthMatching::getTruthTransverseReso(const xAOD::Vert
Attempts to add Figures 8-12 from ATL-PHYS-PUB-2019-015. The scheme for each is:
InDetVertexTruthMatchUtils::bestHardScatterMatch
?) and see if they match (calculate local PU density using the truth vertex for the sumpt2 best reco HS vertex)Additionally, I have also fixed a seg fault which shows up when trying to fill histograms in InDetPerfPlot_VertexTruthMatching.cxx
when m_iDetailLevel >= 200
by adding iDetailLevel
to the constructor of InDetRttPlots
.