How to gen "real" single-W?
Hello Whizards,
I am currently trying to generate the process (only one charge/quark flavor for simplicity)
e1, E1 => e1, N1, u, D
I am mostly interested in the case where the resulting e1, N1 is _not_ coming from a W- and u, D coming from a W+.
I tried the following (with whizard version 3.1.2)
```
?vis_diags = true
process enuqq_all = e1, E1 => e1, N1, u, D
process enuqq_ww = e1, E1 => e1, N1, u, D { $restrictions = "3+4~W- && 5+6~W+" }
process enuqq_ww_or_sw = e1, E1 => e1, N1, u, D {$restrictions = "5+6~W+" }
process enuqq_sw = e1, E1 => e1, N1, u, D { $restrictions = "3+4~!W- && 5+6~W+" }
process enuqq_sw2 = e1, E1 => e1, N1, u, D { $restrictions = "!W- && 5+6~W+" }
compile
```
but both enuqq_sw and enuqq_sw2 are said to be forbidden and no diagrams are generated, while the other processes result in the diagrams that one would expect.
Am I doing something wrong? Is there another way to do this?
(I am also not sure if it makes sense at all physics wise, I am just an experimentalist...)
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- WHIZARD Edit question
- Assignee:
- Juergen Reuter Edit question
- Solved by:
- Juergen Reuter
- Solved:
- Last query:
- Last reply: