TrkQual: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
No edit summary
(Replaced content with "TrkQual is an ML algorithm that determines the quality of tracks. See the documentation in the GitHub [https://github.com/Mu2e/MLTrain '''MLTrain repository'''] for more details")
Tag: Replaced
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Under Construction =
TrkQual is an ML algorithm that determines the quality of tracks. See the documentation in the GitHub [https://github.com/Mu2e/MLTrain '''MLTrain repository'''] for more details
This will be filled out soon!
 
= What is TrkQual? =
 
= How To Use TrkQual =
== In A TrkAna Tree ==
Use leaf dequal.TrkQual or branch detrkqual
 
== In An Art Module ==
 
= How To Train TrkQual =
== Without Changing Training Parameters ==
 
== With Changing Training Parameters ==
=== Removing a Variable ===
 
=== Adding a Variable ===
 
== A Worked Example ==
For a worked example see [[TrkAna_Tutorial_Session#Exercise_3:_Retraining_TrkQual|this TrkAna tutorial exercise]]
 
== How To Calibrate TrkQual ==

Latest revision as of 16:29, 26 September 2025

TrkQual is an ML algorithm that determines the quality of tracks. See the documentation in the GitHub MLTrain repository for more details