Skip to content
Snippets Groups Projects
  1. Oct 27, 2021
  2. Oct 21, 2021
  3. Sep 23, 2021
  4. Sep 13, 2021
  5. Aug 11, 2021
  6. Jul 01, 2021
  7. Jun 30, 2021
  8. Jun 29, 2021
  9. Jun 11, 2021
  10. Jun 01, 2021
  11. May 31, 2021
  12. May 20, 2021
  13. May 04, 2021
  14. Apr 23, 2021
    • Savanna Shaw's avatar
      Use same RoIs for L2 and EF combined muons · 7d82d057
      Savanna Shaw authored and Edward Moyse's avatar Edward Moyse committed
      As pointed out in ATR-23252, it would be better to use the same RoIs for the fast and precision tracking and combined muon building steps. To do this, have added a link to the RoI in the L2 combined muon hypo alg, and switched the EF combined muon input maker to use the NamedRoITool instead of just fetching the RoI from the previous step (the EF SA muon rois from the previous step are similar but not quite identical to the combined muon RoIs).
      7d82d057
  15. Apr 14, 2021
  16. Mar 30, 2021
    • Mark Sutton's avatar
      Add vertex analysis to the tau analysis · 5ec1776e
      Mark Sutton authored and Walter Lampl's avatar Walter Lampl committed
      Add the relevat analysis chain to estimate the tau efficiency
      - still some work to do on this, since the tau reconstruction runs in
      an Roi, and so we need to reject vertex candidates with no offline
      tracks in the tau Roi.
      5ec1776e
  17. Mar 19, 2021
    • Julie Kirk's avatar
      TrigInDetValidation: add new ART test for FSLRT chain · 55e09688
      Julie Kirk authored and Edward Moyse's avatar Edward Moyse committed
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/AnalysisConfigMT_Ntuple.cxx
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_Base.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/comparitor.json
      	new file:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_FSLRT_RHadron.py
      55e09688
  18. Mar 01, 2021
  19. Feb 15, 2021
    • Mark Sutton's avatar
      Add a test with the new muIso performance chains · 8d5473aa
      Mark Sutton authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Previously we were monitoring selecting ivarmedium chains, as not muIso performance chain
      was available.
      
      We have a the ivarperf chain now, added by Savanna, which run the same as the ivarmedium
      chain, but runs the final hypo in passthrough.
      8d5473aa
  20. Feb 04, 2021
  21. Feb 02, 2021
  22. Dec 22, 2020
    • Mark Sutton's avatar
      Finally fix the tau and electron analyses · 0d00f44e
      Mark Sutton authored and Walter Lampl's avatar Walter Lampl committed
      Typos and mistakes in the chain configuration prevented the analyses working correctly.
      
      In addition, the release for the reference reconstruction is changed so that we can see
      the collections in the AOD
      0d00f44e
  23. Dec 16, 2020
    • sutt's avatar
      Speed up the primary vertex analysis for the ID Trigger validation · ee321b6b
      sutt authored
      We run two vertex analyses - one in the standard offline processing,
      and another with a primary vertex selection. This second processing
      would previously also re-run all the other ttbar based analyses.
      
      In the ttbar jobs, these take some considreable time, and are not needed,
      as they have already been run in the standard job.
      
      This adds a preprocessor macros to skip the confguration of the non-vertex
      analysis chain for the primary vertex analysis
      ee321b6b
  24. Nov 05, 2020
  25. Oct 06, 2020
  26. Oct 01, 2020
  27. Sep 29, 2020
  28. Sep 26, 2020
    • sutt's avatar
      Fix the RoiDescriptors for the muon precision trackoing · d10d5932
      sutt authored
      The post processing chains are incorrect for the muon precision tracking so none
      of the analyses this has been changed.
      
      These changes are only used by the ID Trigger post processing for the nightly tests
      d10d5932
  29. Sep 02, 2020
    • Julie Kirk's avatar
      TrigInDetValidation: add extra post-processing plus some fixes · 09831dba
      Julie Kirk authored and Walter Lampl's avatar Walter Lampl committed
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/comparitor.json
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_jpsiee_pu40.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_jpsiee_pu40_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_larged0.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_larged0_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_larged0_pu.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_larged0_pu_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_pu40.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_pu40_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_zee_pu40.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_zee_pu40_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_bphys.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_bphys_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_singlemu_larged0.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_singlemu_larged0_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_singlemu_larged0_pu.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_singlemu_larged0_pu_mt.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_zmumu_pu40.py
      
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_zmumu_pu40_mt.py
      09831dba
  30. Aug 31, 2020
    • Mark Sutton's avatar
      Add a full scan test, add additional panels to the plotting, fix the incorrect... · 83de0224
      Mark Sutton authored and Walter Lampl's avatar Walter Lampl committed
      Add a full scan test, add additional panels to the plotting, fix the incorrect selection of histograms
      
      An extra validation test running the fullscan tests is added - running from a jet chain, rather than
      a bjet chain (will need a jet performance test at some point)
      
      In addition, it adds extra panels for the plotting showing the hit multiplicities and the raw distributions.
      
      Finally, a fix to the configuration of the histogram selection in the FTF monitoring has been added.
      83de0224
  31. Aug 24, 2020
    • Julie Kirk's avatar
      TrigInDetValidation: updates to ART tests · 7083ea15
      Julie Kirk authored and Adam Edward Barton's avatar Adam Edward Barton committed
      1) add post-exec to all tests by default
      
      2) Increase number of events in some tests
      
      3) Remove a couple of no longer needed tests
      
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
      	deleted:    Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_bjet_olddata_pu40.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_larged0.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_larged0_pu.py
      	deleted:    Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_long.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_singlee_7-80_pu40.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_el_zee_pu40.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_singlemu_larged0.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_singlemu_larged0_pu.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_zmumu_pu40.py
      7083ea15
    • Julie Kirk's avatar
      TrigInDetValidation : add minbias ART test · 56fa0edb
      Julie Kirk authored and Adam Edward Barton's avatar Adam Edward Barton committed
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
      	new file:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_minbias.py
      56fa0edb
  32. Aug 17, 2020
    • Julie Kirk's avatar
      fix tau chains · 9ba2ac92
      Julie Kirk authored
      9ba2ac92
    • Julie Kirk's avatar
      Fix Tau chains in TrigInDetValidation ART tests · 9799029a
      Julie Kirk authored
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
      9799029a
  33. Aug 06, 2020
    • Julie Kirk's avatar
      Add fullscan tracks in ttbar test · 3727ba66
      Julie Kirk authored
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu40.py
      3727ba66
  34. Jul 27, 2020
    • Julie Kirk's avatar
      Update tau chain names for TIDV · 640f161f
      Julie Kirk authored
      	modified:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_grid.py
      640f161f
  35. Jul 01, 2020
    • Julie Kirk's avatar
      Changes for TrigInDetValidation ART jobs · 7e9e895e
      Julie Kirk authored and Frank Winklmeier's avatar Frank Winklmeier committed
      	new file:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-chains-run3.dat
      	new file:   Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata-run3.dat
      	modified:   Trigger/TrigValidation/TrigInDetValidation/CMakeLists.txt
      	modified:   Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
      	renamed:    Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_tida22.py -> Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
      	new file:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_grid.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_zmumu_pu40_build.py
      	modified:   Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_mu_zmumu_pu40_grid.py
      7e9e895e
Loading