New algorithm to decorate Acts track particles with truth links.
The original TrackFindingValidationAlg, which already computes truth matching probability etc., is split into a base now used by the TrackFindingValidationAlg and the new TrackParticleTruthDecorationAlg. The latter decorates track particles with links to truth particles and the associated matching probability, hit efficiency and hit purity. Moreover the base algorithm is modified in such a way that the statistics gathering is compile time optional. Although, it is currently enabled for both algorithms.
Showing
- Tracking/Acts/ActsConfig/python/ActsTruthConfig.py 37 additions, 8 deletionsTracking/Acts/ActsConfig/python/ActsTruthConfig.py
- Tracking/Acts/ActsTruth/src/TrackFindingValidationAlg.cxx 15 additions, 791 deletionsTracking/Acts/ActsTruth/src/TrackFindingValidationAlg.cxx
- Tracking/Acts/ActsTruth/src/TrackFindingValidationAlg.h 3 additions, 157 deletionsTracking/Acts/ActsTruth/src/TrackFindingValidationAlg.h
- Tracking/Acts/ActsTruth/src/TrackParticleTruthDecorationAlg.cxx 130 additions, 0 deletions...ng/Acts/ActsTruth/src/TrackParticleTruthDecorationAlg.cxx
- Tracking/Acts/ActsTruth/src/TrackParticleTruthDecorationAlg.h 48 additions, 0 deletions...king/Acts/ActsTruth/src/TrackParticleTruthDecorationAlg.h
- Tracking/Acts/ActsTruth/src/TrackTruthMatchingBaseAlg.cxx 817 additions, 0 deletionsTracking/Acts/ActsTruth/src/TrackTruthMatchingBaseAlg.cxx
- Tracking/Acts/ActsTruth/src/TrackTruthMatchingBaseAlg.h 408 additions, 0 deletionsTracking/Acts/ActsTruth/src/TrackTruthMatchingBaseAlg.h
- Tracking/Acts/ActsTruth/src/components/ActsTruth_entries.cxx 2 additions, 0 deletionsTracking/Acts/ActsTruth/src/components/ActsTruth_entries.cxx
- Tracking/Acts/ActsTruth/src/decoratorUtils.h 67 additions, 0 deletionsTracking/Acts/ActsTruth/src/decoratorUtils.h
Loading
Please register or sign in to comment