We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d269a3 commit 83840a7Copy full SHA for 83840a7
MC/bin/o2_hybrid_gen.py
@@ -1,5 +1,12 @@
1
#!/usr/bin/env python3
2
3
+# This script creates a template JSON file for the configuration of the hybrid generator
4
+# The generators to be used are passed as a list of strings via the --gen flag, while the
5
+# output filename is set using --output. All the generators available in O2sim are supported.
6
+# Example:
7
+# $O2DPG_ROOT/MC/bin/o2_hybrid_gen.py --gen pythia8 boxgen external extkinO2 hepmc pythia8hf \
8
+# --output config.json
9
+
10
import argparse
11
import json
12
0 commit comments