You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the logic for piecing together the WR GEN event is to look for
particle->isHardProcess() and then status 23. From time to time, the muons will be status 1 instead of status 23. Is this significant? isHardProcess already seems to identify, the particles correctly, should I defer to it completely?
The text was updated successfully, but these errors were encountered:
Currently, the logic for piecing together the WR GEN event is to look for
particle->isHardProcess() and then status 23. From time to time, the muons will be status 1 instead of status 23. Is this significant? isHardProcess already seems to identify, the particles correctly, should I defer to it completely?
The text was updated successfully, but these errors were encountered: