Skip to content

Commit

Permalink
fix: do not require defined helicity for kinematics timelines (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Nov 11, 2024
1 parent 9346e5f commit 4e5b25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa-physics/monitorRead.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ inHipoList.each { inHipoFile ->
// CUT: if a DIS electron was found by `findParticles`
if(disEleFound) {

// CUT for pions: Q2 and W and y and helicity
if( Q2>1 && W>2 && y<0.8 && helDefined) {
// CUT for pions: Q2 and W and y
if( Q2>1 && W>2 && y<0.8) {

// get pions, calculate their kinematics and fill histograms
countEvent = false
Expand Down

0 comments on commit 4e5b25f

Please sign in to comment.