Skip to content

Commit

Permalink
Fix outdated link (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Fitzgerald <[email protected]>
  • Loading branch information
dillfitz and Dillon Fitzgerald authored Nov 18, 2024
1 parent 4811d4e commit 3d915a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-analysis-steps/minimal-dv-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit 3d915a5

Please sign in to comment.