Skip to content

Commit

Permalink
Merge pull request #14 from alibuild/alibot-cleanup-13873
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#13873
  • Loading branch information
jackal1-66 authored Jan 17, 2025
2 parents b717bbf + 0b09393 commit 05d56bd
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions run/SimExamples/Hybrid_trigger/hybridconfig.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"generators": [
{
"cocktail": [
{
"cocktail" : [
{
"name": "pythia8hi",
"triggers": {
"mode": "or",
"specs": [
{
"macro": "${PWD}/trigger.macro",
"function": "trigger_impactb_pythia8(0.,5.)"
}
]
},
"config": ""
"name": "pythia8hi",
"triggers": {
"mode": "or",
"specs": [
{
"macro": "${PWD}/trigger.macro",
"function": "trigger_impactb_pythia8(0.,5.)"
}
]
},
{
"name": "external",
"config": {
"fileName": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGDQ/external/generator/GeneratorPromptCharmonia.C",
"funcName": "GeneratorParamPromptJpsiToElectronEvtGen_pp13TeV()",
"iniFile": ""
}
"config": ""
},
{
"name": "external",
"config": {
"fileName": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGDQ/external/generator/GeneratorPromptCharmonia.C",
"funcName": "GeneratorParamPromptJpsiToElectronEvtGen_pp13TeV()",
"iniFile": ""
}
]
}
}
]
}
],
"fractions": [
1
Expand Down

0 comments on commit 05d56bd

Please sign in to comment.