From 92b635a36b834b3b1becc058f4a4746ef3d1b0e7 Mon Sep 17 00:00:00 2001 From: Tim Adye Date: Fri, 1 Nov 2024 17:38:16 +0000 Subject: [PATCH] document missing args --- Examples/Python/python/acts/examples/reconstruction.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Examples/Python/python/acts/examples/reconstruction.py b/Examples/Python/python/acts/examples/reconstruction.py index fd02c6bddac..defb7fbb01e 100644 --- a/Examples/Python/python/acts/examples/reconstruction.py +++ b/Examples/Python/python/acts/examples/reconstruction.py @@ -1403,8 +1403,14 @@ def addCKFTracks( TrackSelector configuration. Each range is specified as a tuple of (min,max). Specify as a list(TrackSelectorConfig) for eta-dependent cuts, with binning specified by absEta[1]. Defaults of no cuts specified in Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackSelector.hpp - writeTrajectories : bool, True - write trackstates_ckf.root and tracksummary_ckf.root ntuples? These can be quite large. + writeTrackSummary : bool, True + write tracksummary_ckf.root ntuple? + writeTrackStates : bool, False + write trackstates_ckf.root ntuple? This can be quite large. + writePerformance : bool, True + write performance_fitting_ckf.root and performance_finding_ckf.root ntuples? + writeCovMat : bool, False + write covaraiance matrices to tracksummary_ckf.root ntuple? """ customLogLevel = acts.examples.defaultLogging(s, logLevel)