Skip to content

21.9 - Fixing cuts to be compatible with ITk Inclined Duals in 20.20.10.7

Noemi Calace requested to merge ncalace/athena:21.9_TestCommand into 21.9

While checking the loss in track efficiency, I have compared the log files obtained in 20.20.10.7 for the Inclined Duals reconstruction and I have found a mistake in the configured reconstruction cuts in 21.9. My bad, I guess I have copied the wrong configuration and I didn't figured that out so far. You can check the diff of this MR.

I have run the test comparing 20.20.10.7 against 21.9 with the correct cuts and the situation improves: https://test-dcube.web.cern.ch/test-dcube/physval_checkCuts.root.dcube.xml.php

I guess we should as well update the vertexing cuts which are not important for single muon jobs. Below you can find the cut configuration as obtained in 21.9 vs 20.20.10.7:

In 21.9:

****** Inner Detector Primary Vertex Reconstruction Cuts ****************************
*
* mode is                                           :  SLHC
* cut level for primary vertexing is                :  3
*
* Track Cut Level                                   :  TightPrimary
*
* min pT                                            :  500.0  MeV
* Max IP d0                                         :  1.0
* Max IP Z0                                         :  1000.0
* Max z0                                            :  1000.0
* Max Sig IP d0                                     :  0.35
* Max Sig IP z0                                     :  2.5
* Max Sig d0                                        :  4.0
* Max Sig z0                                        :  -1.0
* Max eta                                           :  9999.0
* Use TrackSummary                                  :  True
* Min N Innermost Layer Hits                        :  0
* Min N Pix Hit                                     :  1
* Max N Pix Holes                                   :  1
* Min N SCT Hits                                    :  5
* Min N Si Hits                                     :  7
* Min N TRT Hits                                    :  0
* Min N high threshold hits TRT                     :  1
* Min N high threshold hits TRT  (incl. outliers)   :  1
* Use shared hit info                               :  False
* Use Track Quality info                            :  True
* Chi2/ndf of the fit                               :  3.5
* TRT Max  eta                                      :  1.9
*
* Chi2 cut method                                   :  2
* Enable Multiple Vertices                          :  True
*
************************************************************************************

and in 20.20.10.7:

****** Inner Detector Primary Vertex Reconstruction Cuts ****************************
*
* mode is                                           :  SLHC
* cut level for primary vertexing is                :  3
*
* Track Cut Level                                   :  TightPrimary
*
* min pT                                            :  900.0  MeV
* Max IP d0                                         :  1.0
* Max IP Z0                                         :  1000.0
* Max z0                                            :  1000.0
* Max Sig IP d0                                     :  0.35
* Max Sig IP z0                                     :  2.5
* Max Sig d0                                        :  4.0
* Max Sig z0                                        :  -1.0
* Max eta                                           :  9999.0
* Use TrackSummary                                  :  True
* Min N Innermost Layer Hits                        :  0
* Min N Pix Hit                                     :  3
* Max N Pix Holes                                   :  1
* Min N SCT Hits                                    :  0
* Min N Si Hits                                     :  7
* Min N TRT Hits                                    :  0
* Min N high threshold hits TRT                     :  1
* Min N high threshold hits TRT  (incl. outliers)   :  1
* Use shared hit info                               :  False
* Use Track Quality info                            :  True
* Chi2/ndf of the fit                               :  3.5
* TRT Max  eta                                      :  1.9
*
* Chi2 cut method                                   :  2
* Enable Multiple Vertices                          :  True
*
************************************************************************************

Can others please comment before removing the WIP prefix? @nstyles, @asalzbur, @xai, @npetters, @lmijovic, @goblirsc, @swaban

Edited by Noemi Calace

Merge request reports