Skip to content

Commit

Permalink
document missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
timadye authored Nov 1, 2024
1 parent 4893a20 commit 92b635a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Examples/Python/python/acts/examples/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 92b635a

Please sign in to comment.