Skip to content

Commit 1e58657

Browse files
authored
Implemented Performance Generator (#2159)
* Implemented Performance Generator
1 parent 545fc72 commit 1e58657

File tree

4 files changed

+472
-0
lines changed

4 files changed

+472
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"generators": [
3+
{
4+
"cocktail": [
5+
{
6+
"name": "pythia8pp",
7+
"config": ""
8+
},
9+
{
10+
"name": "external",
11+
"config": {
12+
"fileName": "${O2DPG_MC_CONFIG_ROOT}/MC/config/common/external/generator/performanceGenerator.C",
13+
"funcName": "Generator_Performance()",
14+
"iniFile": ""
15+
}
16+
}
17+
]
18+
}
19+
],
20+
"fractions": [
21+
1
22+
]
23+
}

0 commit comments

Comments
 (0)