Skip to content

Factorizing connected component

Minh Tuan Pham requested to merge tp_cc_code_factorization into dev
  1. In ConnectedComponent class, create a function _built_event to build track candidates in 1 event and label the hits, return the graph with hits labeled.
  2. Create a _build_and_save to run _build_event and save single pyg objects and ascii files to disk.
  3. The build_track function calls _build_and_save with multi CPU processing.
  4. Allow to build track candidates using truth graph or true edges, configured in the yaml file.
Edited by Minh Tuan Pham

Merge request reports