From 3d915a5f66420a77c264141f6885da0608eaa26a Mon Sep 17 00:00:00 2001 From: dillfitz <51415894+dillfitz@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:30:45 -0500 Subject: [PATCH] Fix outdated link (#302) Co-authored-by: Dillon Fitzgerald --- first-analysis-steps/minimal-dv-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-analysis-steps/minimal-dv-job.md b/first-analysis-steps/minimal-dv-job.md index d6f182ec..d92b8905 100644 --- a/first-analysis-steps/minimal-dv-job.md +++ b/first-analysis-steps/minimal-dv-job.md @@ -170,7 +170,7 @@ fltrs = LoKi_Filters ( DaVinci().EventPreFilters = fltrs.filters('Filters') ``` Here we use the [LoKi functor `HLT_PASS_RE`](https://lhcb-doxygen.web.cern.ch/lhcb-doxygen/davinci/latest/d7/dae/namespace_lo_ki_1_1_cuts.html#aee4bba9ae8443acd970dd52e20e5b8c1) which checks for a positive decision on (in this case) the stripping line. -You may investigate some of more advanced examples of `EventPreFilters` usage [here](https://twiki.cern.ch/twiki/bin/view/LHCb/FAQ/DaVinciFAQ#How_to_process_the_stripped_DSTs) and [here](https://gitlab.cern.ch/lhcb/Phys/blob/master/Phys/PhysConf/python/PhysConf/Filters.py). +You may investigate some of more advanced examples of `EventPreFilters` usage [here](https://twiki.cern.ch/twiki/bin/view/LHCb/FAQ/DaVinciFAQ#How_to_process_the_stripped_DSTs) and [here](https://gitlab.cern.ch/lhcb/Phys/-/blob/run2-patches/Phys/PhysConf/python/PhysConf/Filters.py). {% endcallout %}