Skip to content

Commit 9eb4e7e

Browse files
shreyasiacharyasawenzel
authored andcommitted
beauty and charm to mu
1 parent e345b8a commit 9eb4e7e

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### The setup uses an external event generator
2+
### This part sets the path of the file and the function call to retrieve it
3+
4+
[GeneratorExternal]
5+
fileName = ${O2DPG_ROOT}/MC/config/PWGDQ/external/generator/GeneratorBeautyToMu_EvtGen.C
6+
funcName = GeneratorBeautyToMu_EvtGenFwdY()
7+
8+
### The external generator derives from GeneratorPythia8.
9+
### This part configures the bits of the interface: configuration and user hooks
10+
11+
[GeneratorPythia8]
12+
config = ${O2DPG_ROOT}/MC/config/common/pythia8/generator/pythia8_hf.cfg
13+
hooksFileName = ${O2DPG_ROOT}/MC/config/PWGHF/pythia8/hooks/pythia8_userhooks_qqbar.C
14+
hooksFuncName = pythia8_userhooks_bbbar(-4.3,-2.3)
15+
16+
### The setup uses an external even generator trigger which is
17+
### defined in the following file and it is retrieved and configured
18+
### according to the specified function call
19+
20+
[TriggerExternal]
21+
fileName = ${O2DPG_ROOT}/MC/config/PWGDQ/trigger/selectDaughterFromHFwithinAcc.C
22+
funcName = selectDaughterFromHFwithinAcc(13,kTRUE,-4.3,-2.3)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### The setup uses an external event generator
2+
### This part sets the path of the file and the function call to retrieve it
3+
4+
[GeneratorExternal]
5+
fileName = ${O2DPG_ROOT}/MC/config/PWGDQ/external/generator/GeneratorCharmToMu_EvtGen.C
6+
funcName = GeneratorCharmToMu_EvtGenFwdY()
7+
8+
### The external generator derives from GeneratorPythia8.
9+
### This part configures the bits of the interface: configuration and user hooks
10+
11+
[GeneratorPythia8]
12+
config = ${O2DPG_ROOT}/MC/config/common/pythia8/generator/pythia8_hf.cfg
13+
hooksFileName = ${O2DPG_ROOT}/MC/config/PWGHF/pythia8/hooks/pythia8_userhooks_qqbar.C
14+
hooksFuncName = pythia8_userhooks_bbbar(-4.3,-2.3)
15+
16+
### The setup uses an external even generator trigger which is
17+
### defined in the following file and it is retrieved and configured
18+
### according to the specified function call
19+
20+
[TriggerExternal]
21+
fileName = ${O2DPG_ROOT}/MC/config/PWGDQ/trigger/selectDaughterFromHFwithinAcc.C
22+
funcName = selectDaughterFromHFwithinAcc(13,kTRUE,-4.3,-2.3)

0 commit comments

Comments
 (0)