Skip to content
Snippets Groups Projects
Commit 3a35187d authored by Zineb Aly's avatar Zineb Aly
Browse files

correct docs

parent d4997d63
No related branches found
No related tags found
No related merge requests found
Pipeline #12604 passed with warnings
...@@ -271,7 +271,7 @@ def mask(rec_stages, stages): ...@@ -271,7 +271,7 @@ def mask(rec_stages, stages):
return builder.snapshot() == 1 return builder.snapshot() == 1
def best_track(events, strategy="default", rec_type=None, rec_stages=None): def best_track(events, strategy="default", rec_type=None):
"""best track selection based on different strategies """best track selection based on different strategies
Parameters Parameters
...@@ -286,8 +286,6 @@ def best_track(events, strategy="default", rec_type=None, rec_stages=None): ...@@ -286,8 +286,6 @@ def best_track(events, strategy="default", rec_type=None, rec_stages=None):
Example: best_track(my_tracks, strategy="default", rec_type="JPP_RECONSTRUCTION_TYPE"). Example: best_track(my_tracks, strategy="default", rec_type="JPP_RECONSTRUCTION_TYPE").
rec_type : str, optional rec_type : str, optional
reconstruction type as defined in the official KM3NeT-Dataformat. reconstruction type as defined in the official KM3NeT-Dataformat.
rec_stages : list, optional
list of the reconstruction stages. Example: [1, 2, 3, 4, 5]
Returns Returns
------- -------
......
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