JeffersonLab / hps-java

HPS reconstruction and analysis framework in Java
2 stars 10 forks source link

Iss476 #1015

Closed bloodyyugo closed 10 months ago

bloodyyugo commented 1 year ago

This should be all set with killing L1 strip clusters-on-track for MC based on the track slope for both GBL and KF tracks. Included are steering files for 2016.

Also included with this push is code to kill (per sensor) strip clusters based on the actual positions on the sensor (StripHitKiller.java) based off of the driver org.hps.svt.SVTHitLevelPlots.java. No warrantee expressed or implied for this code though. My next next push will include updated SVTHitLevelPlots-like drivers for both GBL and Kalman tracks, along with (hopefully) changes to the code that implements killing based on these that gives reasonable results.

sarahgaiser commented 10 months ago

I didn't have time to review this in detail yet, but from a first glance, it would be nice to work on the formatting and to possibly refactor some of the super big .java files so that they are not >1000 lines long. That's a quite some added work though.