This repository has been archived by the owner on May 18, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merge branch 'development' into iss827-CVTTrackEff # Conflicts: # reconstruction/cvt/src/main/java/org/jlab/rec/cvt/bmt/CCDBConstantsLoader.java # reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java * New track seeding algorithm Improved cross selection * class for seed selection * remove un-used import * Fix null BMT cross on track list exception * Added key for overlap remover algo. * runCA first; does good job at 90 deg. * Fix which MC bank to read to flag true hits * Fix which MC bank to read to flag true hits for BMT too * Fix BST matching Tune cuts * Remove unused imports * New line finder Cleanup of unused variables and imports * Tighter chi2 cut for seeds Improved RZ finder and linker algorithms * Fix the issue with cluster seeds Fix the issue with missing crosses * CONTRA algorithm for missing clusters on track recovery * Tighter resi cut in AKFitter * SLA cuts in YAML settings * Revert resi cut in KF * handling null helix in KF * Get list of overlapping seeds for debugging in recUtil class * In RZ seeder, sort by Z; add functionality for bg crosses in a layer when 3 regions are present. * Comment out un-used code line * Save global fit track if KF fails * Get svt strip charge dep in middle of the bin * Add getZ to cross Fix printouts * Fix null stateVec in getHelix * resi cut update in KF * Merge with development. Update printouts for YAML config. * Cut on cluster size. Can be set in YAML. * Cut on cluster size for pattern recognition. Only accepted clusters make it into a cross which is used in tracking. Can be set in YAML. * Cut on cluster size for pattern recognition. Only accepted clusters make it into a cross which is used in tracking. Can be set in YAML. * Added bank for AI inference. Added prob fields to Seed banks for AI studies. * Added bank for AI inference. Added prob fields to Seed banks for AI studies. * Order crosses in Seed and Track banks according to layer * Functionality to flag the seeds Fix in pattern rec to skip BMT-C layer * Functionality to provide cluster on track information and perform MC studies added * Remove the requirement to choose the closest cross in PR to match the dipangle line to the SVT crosses. * Fix issue with counting truth hits where there is no MC Particle bank. * Improve XY Seeding to allow for fewer crosses and reject seeds with no BST crosses. * Fix for track matching probs. * More debug statements * Fixes to SVT Standalone * Bug fix to set max clus size from YAML * Tune SVTStandalone * Flag seed on * Looser Doca cuts * version bump to 8.3.2 * More explicit comments on default YAML settings for CVT * version update * Fix for flip of solenoid polarity in tracking * Fix for flip of solenoid polarity in tracking Settings for pt cut and cut on helix parameter (z0) configurable in YAML. * Remove unused class * Remove unused imports * Fix polarity in Projector matrix * Oops...accidental charge flip. Fixed! * Version bump * Reading and setting BMT strip statuses according to HV tables. * Fix in SVTStandalone when there are multiple candidate BMT crosses matched to the seed * Tune cuts for SVTSTANDALONE * fix trackseeder memory leak * Read the tracks and not the seeds at second pass tracking. Fix the pid bug that was overwriting the pid. * Same cuts for SSA and SLA * Ability to use CA in tracking. Default is SLA. * Added check on maxpathlength in all swim-tools SetParameters methods (#981) * Memory optimization for SSA. Fix in overlap remover. Selection on accepted number of seeds for large number of seeds. Debug comments Associated track index from track bank persisted in pass 2 * Turn off passing of tracks that fail KF fit. Setting for Seed cutting on helix radius instead of pt. Default value set to 12 cm. * In Constants,setting for Seed cutting on helix radius instead of pt. Reading the track index in the track bank. This set the track id value for pass 2. * Fix in seed overlap remover. * Fix for running without the BMT. * version bump * version update for tag prep. * Recover missing svt cross in SSA * Code cleanup in overlap remover * comment out unused vars. * Add seed type in track status word. * version bump * version bump * version bump * Merge branch 'development' into iss827-CVTTrackEff-DevM4 version 8c.4.0 * Debug statements * KFFail recovery is set to false * Status with 4 digits for Straight tracks to be consistent with helical tracks' status. Fix to initialize the seed using the seed helix parameters instead for the track (which is corrected for Eloss) helical track parameters at pass 2. * Fix to revert to unfilted track when the track parameters diverge. * Going back to using track for pass2 init * Use global fit parameters when KF fails for non-deuteron tracks. * Algorithm to recover low pt tracks by searching for missing clusters Fix in missing clusters on track recovery used in fit by updating the surfaces to take them into account Slightly looser cut to pass clusters on track in cluster search * Adding config for KF tracks recovery and extract recovery part to code to new method in utility class Revert back to old SVTSTANDALONE algo and keep new one as a test class modification to status word of track to flag KF failed tracks and remove the NB of KF iterations from first digit * Fix status word output for tracks * Track bank modification for NKF iterations * Remove Test SSA seeder; version change * Bug fix for final state output Method for fail-safe track recovery * fix ndf init for failsafe recovery * Fix reading of status of the track at second pass tracking * Fix for track recovery of very low pt tracks that fail the first recovery algorithm. * Fix to reject tracks with helix with NaNs parameters. * bug fix * Functionality to allow BMT with ADC=0 to be included in the list of hits used for tracking. This is for dedicated AI studies and is off by default. Co-authored-by: veronique <veronique@localhost> Co-authored-by: raffaelladevita <[email protected]>
- Loading branch information