Skip to content

IDART Test for ACTS: remove unused variables from dcube plots for CKF test

Carlo Varni requested to merge cvarni/athena:ART_ACTS_CKF into master

This MR addresses the following:

  • Moving (and rename) xml file to the share folder, consistently to what is done for other run4 tests
  • Remove some histograms that were not filled, so that the test is not marked as "failed" due to them

The list of removed histograms is the following:

     <TDirectory name="Hits">
      <TDirectory name="Residuals">
       <hist1D name="residualx_l0pix_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_l0pix_barrel_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_l0pix_barrel_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_pixel_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_pixel_barrel_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_pixel_barrel_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_sct_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_sct_barrel_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_sct_barrel_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_pixel_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_pixel_endcap_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_pixel_endcap_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_sct_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_sct_endcap_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualx_sct_endcap_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_l0pix_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_l0pix_barrel_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_l0pix_barrel_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_pixel_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_pixel_barrel_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_pixel_barrel_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_pixel_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_pixel_endcap_1hit" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="residualy_pixel_endcap_2ormorehits" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pullx_l0pix_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pullx_pixel_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pullx_sct_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pullx_pixel_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pullx_sct_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pully_l0pix_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pully_pixel_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="pully_pixel_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="clusterPhiWidth_pixel_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="clusterPhiWidth_pixel_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="clusterEtaWidth_pixel_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="clusterEtaWidth_pixel_endcap" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="clusterPhiWidth_sct_barrel" plotopts="" tests="KS" type="TH1F"/>
       <hist1D name="clusterPhiWidth_sct_endcap" plotopts="" tests="KS" type="TH1F"/>
      </TDirectory>
      <TDirectory name="Efficiency">
       <graph name="eff_hit_vs_eta_l0pix_barrel" plotopts="" type="TEfficiency"/>
       <graph name="eff_hit_vs_eta_pix_barrel" plotopts="" type="TEfficiency"/>
       <graph name="eff_hit_vs_eta_sct_barrel" plotopts="" type="TEfficiency"/>
       <graph name="eff_hit_vs_eta_pix_endcap" plotopts="" type="TEfficiency"/>
       <graph name="eff_hit_vs_eta_sct_endcap" plotopts="" type="TEfficiency"/>
      </TDirectory>
     </TDirectory>

/cc @adye and @lgagnon

Merge request reports