Skip to content

Added test chain for TrigVrtSecInclusive to unconventional tracking trigger menu

Takane Sano requested to merge tsano/athena:trigvsi_testchain_mr into master

Added test chain for TrigVrtSecInclusive (ATR-23121). Also added HypoAlg and HypoTool for this chain. The chain uses full scan LRT as the input and run TrigVrtSecInclusiveAlg. The purpose of each added and changed files are followings.

TrigLongLivedParticlesHypo/

  • Added and changed files to define the hypo checking vertex properties such as track numbers, masses etc.
    • python/TrigVrtSecInclusiveHypoConfig.py
    • src/TrigVSIHypoAlg.h
    • src/TrigVSIHypoAlg.cxx
    • src/TrigVSIHypoTool.h
    • src/TrigVSIHypoTool.cxx
    • src/components/TrigLongLivedParticlesHypo_entries.cxx

Trigger/TrigSteer/TrigOutputHandling/TrigOutputHandling/TriggerEDMAuxAccessors.h Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py

  • Added AUX used in hypo.

Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref Trigger/TrigValidation/TrigP1Test/share/ref_v1Dev_decodeBS_build.ref

  • Added reference numbers for the added test chain.

Trigger/TriggerCommon/TriggerMenuMT/python/HLT/Menu/Dev_pp_run3_v1.py

  • Added a test chain named 'HLT_unconvtrk0_fsvsi_L1XE50'

Trigger/TriggerCommon/TriggerMenuMT/python/HLT/Menu/SignatureDicts.py

  • Added chain parts fsvsi that represents full-scan VSI, to UnconventionalTracking.

Trigger/TriggerCommon/TriggerMenuMT/python/HLT/UnconventionalTracking/UnconventionalTrackingChainConfiguration.py

  • Added chain configuration for fsvsi

Merge request reports