Skip to content
Snippets Groups Projects
Commit a453dcda authored by Mark Smith's avatar Mark Smith
Browse files

Fix doc build

parent 9349e748
No related branches found
No related tags found
1 merge request!1258Fix doc build
......@@ -13,9 +13,13 @@ Example options to show the usage of the DecayTreeFitter with PV constraints.
rst_title: DecayTreeFitter with PV constraints
rst_description: This example shows how to use DecayTreeFitter with PV constraints.
It creates two ntuples. The first ntuple is filled with versions of the DecayTreeFitter algorithm:
A. use a constraint to the PV associated to the particle ("OWNPV");
B. use a constraint to the best PV from a list;
C. perform multiple fits, each with another PV from the list in the event (WH advices against using this).
A. use a constraint to the PV associated to the particle ("OWNPV");
B. use a constraint to the best PV from a list;
C. perform multiple fits, each with another PV from the list in the event (WH advices against using this).
To fill the second ntuple, the PV associated to each candidate is first unbiased. Then it fits the new particle list with DecayTreeFitter using the associated PV (method A).
rst_running: lbexec DaVinciExamples.tupling.option_davinci_tupling_DTF_pvs:main $DAVINCIEXAMPLESROOT/example_data/test_passthrough_thor_lines.yaml
rst_yaml: ../DaVinciExamples/example_data/test_passthrough_thor_lines.yaml
......
......@@ -40,7 +40,7 @@ The function `get_decreports` takes as input:
The `Hlt1` decisions can be stored in similar way to `Hlt2` and `Spruce`
(see for example `option_trigger_decisions` in `DaVinciExamples` folder).
For details, one can also refer to this `talk <https://indico.cern.ch/event/1164051/#5-accessing-hlt1-decisions-usi>`_
For details, one can also refer to this `talk <https://indico.cern.ch/event/1164051/>`_
that shows how to persist Hlt1 decisions, since one needs to add few options to the Moore script.
rst_running: lbexec DaVinciTutorials.tutorial3_ThOrfunctors:main $DAVINCITUTORIALSROOT/options.yaml
......
......@@ -33,7 +33,7 @@ For more information on DTF see:
- the original `article <https://inspirehep.net/literature/679286>`_
- the `LHCb page <https://twiki.cern.ch/twiki/bin/view/LHCb/DecayTreeFitter>`_
- a lecture from its `author <https://www.nikhef.nl/~wouterh/topicallectures/TrackingAndVertexing/part6.pdf>`_
- a lecture from its `author <https://www.nikhef.nl/~wouterh/teaching/TrackingAndVertexing/part6.pdf>`_
rst_running: lbexec DaVinciTutorials.tutorial6_DecayTreeFit:main $DAVINCITUTORIALSROOT/options.yaml
rst_yaml: ../DaVinciTutorials/options.yaml
......
......@@ -43,12 +43,12 @@ extensions = [
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"autoapi.extension",
"sphinx.ext.viewcode",
"sphinx.ext.graphviz",
"sphinx.ext.todo",
"graphviz_linked",
"sphinxcontrib.autodoc_pydantic",
"autoapi.extension",
]
# Control the display of the DaVinci.Options object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment