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
Copy file name to clipboardExpand all lines: run/SimExamples/Hybrid/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
\page refrunSimExamplesHybrid Example Hybrid
3
3
/doxy -->
4
4
5
-
The usage of the Hybrid generator with the o2-sim is presented in this short manual.
5
+
The usage of the Hybrid generator with o2-sim is presented in this short manual.
6
6
All the other generators are implemented as sub-generators and they can be called thanks to a
7
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
8
@@ -13,6 +13,4 @@ available generators in O2. The JSON template can be generated using the ${O2DPG
13
13
14
14
-**runo2sim.sh**→ allows to use the hybrid generator example
15
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)
17
-
-**evtpool.root**→ cached events to be used with the extkinO2 generator
18
-
-**epos4.hepmc**→ EPOS4 events stored as hepmc file
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)
\page refrunSimExamplesHybrid Example Hybrid_cocktail
3
+
/doxy -->
4
+
5
+
The usage of the Hybrid generator using cocktails is presented in this example.
6
+
The syntax of the JSON file shows how the cocktails can be grouped. Subfractions are still not implemented, but the JSON syntax to be used is already in place. For now each generator will be pulled exactly once in order for each cocktail event generation.
7
+
The basic Hybrid Generator mechanisms are shown in the Hybrid and Hybrid_parallel example folders.
8
+
The cocktail configuration can not be setup with the template script for now.
9
+
10
+
# Files description
11
+
12
+
-**runo2sim.sh**→ allows to use the hybrid generator example
13
+
-**hybridcocktail.json**→ example JSON file for the hybrid generator configuration using cocktails
0 commit comments