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
The usage of the Hybrid generator with the o2-sim is presented in this short manual.
6
+
All the other generators are implemented as sub-generators and they can be called thanks to a
7
+
JSON file, fed to o2-sim via the GeneratorHybrid.configFile parameter. The O2sim package needs to be loaded in order to use this example.
8
+
9
+
The example can be run automatically using the runo2sim.sh script, which contains most of the
10
+
available generators in O2. The JSON template can be generated using the ${O2DPG_ROOT}/MC/bin/o2_hybrid_gen.py script. To use this example the user can simply copy the entire Hybrid example folder and execute the script after giving it execution permissions (`chmod +x runo2sim.sh`).
11
+
12
+
# Files description
13
+
14
+
-**runo2sim.sh**→ allows to use the hybrid generator example
15
+
-**hybridconfig.json**→ example JSON file for the hybrid generator configuration
16
+
-**example.optns**→ options file to be used in EPOS4 implemented as subgenerator in this example (the .optns must be available in the current working directory)
0 commit comments