Skip to content

Modify slope cut

Sirui Li requested to merge siruili/TRIUMF_s1249_analyzer:master into master

What's modified

  1. In yieldv2/yield.C macro, slope cut on middle tree is changed. From sqrt(dY/dX^2 +dZ/dX^2 )<0.1 to fabs(dZ/dX)<0.1. It is because we don't require a high resolution on y direction.

What's new

  1. Some script modification in yieldv2 for smooth workflow.

Merge request reports