JeffersonLab / hps-java

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

Add driver that performs SVT cluster position smearing #1050

Open bloodyyugo opened 2 months ago

bloodyyugo commented 2 months ago

Add a driver to be used (optionally) to smear the local SVT cluster positions in MC.

The goal is to better duplicate the hit residuals and track chi2 seen data but the plan is to start simple and add complexity.

I don't plan to include everything in this issue, probably just up to step 2.

bloodyyugo commented 2 months ago

It would be even better to move the smearing down to the SVT hit making level, based on some real physical basis. TKNelson has some experience with tuning MC in this way, so he will consult on that. Plan for that to be next project after this.