Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions MC/config/PWGHF/hybrid/GeneratorHF_Non_Hfe.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
{
"name": "pythia8",
"config": {
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg",
"hooksFileName": "",
"hooksFuncName": "",
"includePartonEvent": true,
"particleFilter": "",
"verbose": 0
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/generator/pythia8_NonHfe.cfg"
},
"triggers": {
"mode": "or",
Expand All @@ -19,9 +14,29 @@
}
]
}
},
{
"name": "boxgen",
"config": {
"pdg": 111,
"prange[0]": 0.1,
"prange[1]": 50.0,
"eta[0]": -0.8,
"eta[1]": 0.8,
"number": 1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear @rashigupt , thanks a lot for the works. As mentioned by @singhra1994 , could you please confirm the values of the parameter? Or could you please confirm that number: 1 is what you desired? You can find the meaning of these parameters from https://github.com/AliceO2Group/AliceO2/blob/dev/Generators/include/Generators/BoxGenerator.h

Copy link
Copy Markdown
Contributor Author

@rashigupt rashigupt Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your comment.
I have checked the parameters, and number = 1 corresponds to the number of particles generated per event in the BoxGenerator.
My intention here is to enhance the statistics for pion and eta at high momentum using a flat distribution in (p). I noticed that the default value is number = 10.
Could you please advise what value of number would be more appropriate if the goal is to increase the statistics while keeping the distribution flat?

}
},
{
"name": "boxgen",
"config": {
"pdg": 221,
"prange[0]": 0.1,
"prange[1]": 50.0,
"eta[0]": -0.8,
"eta[1]": 0.8,
"number": 1
}
}
],
"fractions": [
1
]
"fractions": [1, 1, 1]
}
19 changes: 0 additions & 19 deletions MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ SoftQCD:inelastic on # all inelastic processes
ParticleDecays:limitTau0 on
ParticleDecays:tau0Max 10.

### switching on Pythia Mode2
ColourReconnection:mode 1
ColourReconnection:allowDoubleJunRem off
ColourReconnection:m0 0.3
ColourReconnection:allowJunctions on
ColourReconnection:junctionCorrection 1.20
ColourReconnection:timeDilationMode 2
ColourReconnection:timeDilationPar 0.18
StringPT:sigma 0.335
StringZ:aLund 0.36
StringZ:bLund 0.56
StringFlav:probQQtoQ 0.078
StringFlav:ProbStoUD 0.2
StringFlav:probQQ1toQQ0join 0.0275,0.0275,0.0275,0.0275
MultiPartonInteractions:pT0Ref 2.15
BeamRemnants:remnantMode 1
BeamRemnants:saturation 5


### switch off all decay channels
111:onMode = off
221:onMode = off
Expand Down
Loading