Skip to content

Updates of SCTLorentzMonTool/Alg and SCTTracksMonTool/Alg (ATLASDQ-679)

Susumu Oda requested to merge oda/athena:master-DQ-test-tool into master

Updates of SCTLorentzMonTool/Alg and SCTTracksMonTool/Alg to get identical results between old tools and new algorithms and to avoid unnecessary computations.

https://its.cern.ch/jira/browse/ATLASDQ-679

  • InDetMonitoringSCT.py
    • SCTTracksMonTool is configured only if useNewAlgs is False.
  • SCTLorentzMonAlg.py
    • Rename nSidesInclBoth to nSides because this does not include the both side case now.
  • SCTTracksMonAlg.py
    • Use GetFilledBunchFilterTool.
    • Set doTrigger flag.
  • SCTLorentzMonAlg_jobOptions.py
    • Do not configure unused histograms.
  • SCTTracksMonAlg_jobOptions.py
    • Use GetFilledBunchFilterTool.
    • Set doTrigger flag.
    • Fix the title of a histogram.
  • SCTLorentzMonTool.cxx
    • Rename nSidesInclBoth to nSides because this does not include the both side case now.
  • SCTLorentzMonTool.h
    • Rename nSidesInclBoth to nSides because this does not include the both side case now.
  • SCTTracksMonTool.cxx
    • Use the track parameter of unbiased fit if it succeeds.

Tag @kkreul and @shhirose

Edited by Susumu Oda

Merge request reports