JeffersonLab / iguana

Preservation of common physics data analysis algorithms. Currently focused on HIPO data.
https://jeffersonlab.github.io/iguana/
GNU Lesser General Public License v3.0
2 stars 7 forks source link

ZVertexFilter: Only cut on FD and CD particles #246

Closed rtysonCLAS12 closed 2 months ago

rtysonCLAS12 commented 2 months ago

There is no z-vertex position from the FT, z vertex cut shouldn't be applied to electrons in the FT.

Fix is to require abs( status )>=2000 ie a particle is in FD or CD. Validator now only plots particles in FD or CD.

rtysonCLAS12 commented 2 months ago

Example plots outputted by the validator (cutting only on electrons between -5 and 5 cm):

image

image