Skip to content
Snippets Groups Projects
Commit 8217b76a authored by Nicole Michelle Hartman's avatar Nicole Michelle Hartman
Browse files

Edit configuration.md to include the `SIMPLE_FLIP` flag

parent f3f2d25e
No related branches found
No related tags found
No related merge requests found
Pipeline #11023762 passed with warnings
......@@ -200,12 +200,14 @@ to the jet, by specifying the `where` field, e.g. `"where":
By default, taggers run in the `STANDARD` flip tag config (i.e. they run
without any flipping). You can change this by specifying the `flip_tag_config`
key as `NEGATIVE_IP_ONLY` or `FLIP_SIGN`, for example by specifying
key as `NEGATIVE_IP_ONLY`, `FLIP_SIGN`, or `SIMPLE_FLIP` or for example by specifying
```json
"flip_tag_config": "NEGATIVE_IP_ONLY"
"flip_tag_config": "SIMPLE_FLIP"
```
at the same level as the `nn_file_path` and `remapping`.
`SIMPLE_FLIP` is the default flipping strategy for GN2 and GN3.
### Dumping Constituents
The top level `flow:` object can be used to dump particle flow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment