Skip to content
Open
Changes from 1 commit
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": "boxgenPion",
"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?

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.

Hi @rashigupt , I don't know how to achieve the intention you mentioned. I just think 1 particle per event is too few. I don't think it could help you increase the statistics and flatten the distribution. Since all the implementations are in the config files, I would do some tests to see whether it is helpful and validate the settings

}
},
{
"name": "boxgenEta",
"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]
}
Loading