Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWGHF: Pb-Pb generator to embed N HF events in a single underlying event. #1666

Merged
merged 12 commits into from
Jun 14, 2024

Conversation

mfaggin
Copy link
Contributor

@mfaggin mfaggin commented Jun 12, 2024

No description provided.

Copy link

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2022-pp-apass4
async-2023-pbpb-apass3
async-2023-pbpb-apass4
async-2022-pp-apass6-2023-PbPb-apass2
async-2022-pp-apass4-accepted
async-2022-pp-apass6-2023-PbPb-apass2-accepted
async-2023-pbpb-apass3-accepted
async-2023-pbpb-apass4-accepted
async-2023-pp-apass4
async-2023-pp-apass4-accepted
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-pp-cpass0-accepted
async-2022-pp-apass7-accepted
async-2024-pp-apass1-accepted

@mfaggin
Copy link
Contributor Author

mfaggin commented Jun 12, 2024

@fcolamar @fcatalan92 @fgrosa @DelloStritto @stefanopolitano here what I was discussing with you before

@mfaggin mfaggin marked this pull request as ready for review June 13, 2024 16:35
Copy link
Contributor

@fgrosa fgrosa left a comment

Choose a reason for hiding this comment

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

Ciao @mfaggin, many thanks for the work! I just have a two minor comments (mostly for the test, not really the generator itself)

Then I would like to ask you to remove this other generator https://github.com/AliceO2Group/O2DPG/blob/master/MC/config/PWGHF/external/generator/GeneratorHF.C, which is an outdated version of yours (to avoid confusion in the future). Thanks!

@fgrosa fgrosa added async-2023-pbpb-apass3 async-2023-pbpb-apass4 Request porting to async-2023-pbpb-apass4 labels Jun 14, 2024
@fgrosa fgrosa added async-2022-pp-apass4 async-2023-pp-apass4 Request porting to async-2023-pp-apass4 labels Jun 14, 2024
@fgrosa fgrosa added async-2023-pp-apass4-accepted async-2024-pp-apass1 Request porting to async-2024-pp-apass1 async-2022-pp-apass7 Request porting to async-2022-pp-apass7 labels Jun 14, 2024
@fgrosa fgrosa merged commit 36522d4 into AliceO2Group:master Jun 14, 2024
6 checks passed
@mfaggin mfaggin deleted the genHFPbPbEmbed branch June 14, 2024 11:04
benedikt-voelkel pushed a commit that referenced this pull request Jun 20, 2024
…ent. (#1666)

* Pb-Pb generator to embed N HF events in a single underlying event.

* Fix HF ev. generator creation.

* fix

* Fix particle stack filling and mother/daughter indixing.

* Add .ini configuration file and tester, and hardQCD.cfg file.

* Define mNumSigEvs depending on the collision impact parameter.

* Fix o2sim_Kine path in test.

* Add description.

* Update author list of .cfg file.

* Implement suggestions by fgrosa.

* Function documentation.

* Overriding generate event, to avoid simulating 1 untriggered event.

---------

Co-authored-by: Mattia Faggin <[email protected]>
(cherry picked from commit 36522d4)
@benedikt-voelkel benedikt-voelkel removed async-2023-pbpb-apass4 Request porting to async-2023-pbpb-apass4 async-2023-pp-apass4 Request porting to async-2023-pp-apass4 async-2024-pp-apass1 Request porting to async-2024-pp-apass1 async-2022-pp-apass7 Request porting to async-2022-pp-apass7 labels Jun 20, 2024
benedikt-voelkel pushed a commit that referenced this pull request Jun 21, 2024
…ent. (#1666)

* Pb-Pb generator to embed N HF events in a single underlying event.

* Fix HF ev. generator creation.

* fix

* Fix particle stack filling and mother/daughter indixing.

* Add .ini configuration file and tester, and hardQCD.cfg file.

* Define mNumSigEvs depending on the collision impact parameter.

* Fix o2sim_Kine path in test.

* Add description.

* Update author list of .cfg file.

* Implement suggestions by fgrosa.

* Function documentation.

* Overriding generate event, to avoid simulating 1 untriggered event.

---------

Co-authored-by: Mattia Faggin <[email protected]>
(cherry picked from commit 36522d4)
benedikt-voelkel pushed a commit that referenced this pull request Jun 25, 2024
…ent. (#1666)

* Pb-Pb generator to embed N HF events in a single underlying event.

* Fix HF ev. generator creation.

* fix

* Fix particle stack filling and mother/daughter indixing.

* Add .ini configuration file and tester, and hardQCD.cfg file.

* Define mNumSigEvs depending on the collision impact parameter.

* Fix o2sim_Kine path in test.

* Add description.

* Update author list of .cfg file.

* Implement suggestions by fgrosa.

* Function documentation.

* Overriding generate event, to avoid simulating 1 untriggered event.

---------

Co-authored-by: Mattia Faggin <[email protected]>
(cherry picked from commit 36522d4)
feisenhu pushed a commit to feisenhu/O2DPG that referenced this pull request Jul 1, 2024
…ent. (AliceO2Group#1666)

* Pb-Pb generator to embed N HF events in a single underlying event.

* Fix HF ev. generator creation.

* fix

* Fix particle stack filling and mother/daughter indixing.

* Add .ini configuration file and tester, and hardQCD.cfg file.

* Define mNumSigEvs depending on the collision impact parameter.

* Fix o2sim_Kine path in test.

* Add description.

* Update author list of .cfg file.

* Implement suggestions by fgrosa.

* Function documentation.

* Overriding generate event, to avoid simulating 1 untriggered event.

---------

Co-authored-by: Mattia Faggin <[email protected]>
@alcaliva alcaliva added the async-2022-pp-apass7 Request porting to async-2022-pp-apass7 label Aug 8, 2024
alcaliva pushed a commit that referenced this pull request Aug 8, 2024
…ent. (#1666)

* Pb-Pb generator to embed N HF events in a single underlying event.

* Fix HF ev. generator creation.

* fix

* Fix particle stack filling and mother/daughter indixing.

* Add .ini configuration file and tester, and hardQCD.cfg file.

* Define mNumSigEvs depending on the collision impact parameter.

* Fix o2sim_Kine path in test.

* Add description.

* Update author list of .cfg file.

* Implement suggestions by fgrosa.

* Function documentation.

* Overriding generate event, to avoid simulating 1 untriggered event.

---------

Co-authored-by: Mattia Faggin <[email protected]>
(cherry picked from commit 36522d4)
@alcaliva alcaliva removed the async-2022-pp-apass7 Request porting to async-2022-pp-apass7 label Aug 8, 2024
alcaliva pushed a commit that referenced this pull request Aug 23, 2024
…ent. (#1666)

* Pb-Pb generator to embed N HF events in a single underlying event.

* Fix HF ev. generator creation.

* fix

* Fix particle stack filling and mother/daughter indixing.

* Add .ini configuration file and tester, and hardQCD.cfg file.

* Define mNumSigEvs depending on the collision impact parameter.

* Fix o2sim_Kine path in test.

* Add description.

* Update author list of .cfg file.

* Implement suggestions by fgrosa.

* Function documentation.

* Overriding generate event, to avoid simulating 1 untriggered event.

---------

Co-authored-by: Mattia Faggin <[email protected]>
(cherry picked from commit 36522d4)
@fgrosa fgrosa added the async-2023-pp-apass4 Request porting to async-2023-pp-apass4 label Aug 23, 2024
@fgrosa
Copy link
Contributor

fgrosa commented Aug 23, 2024

label async-pp-2023-apass4 was removed by mistake, readding

@alcaliva alcaliva added async-2023-pp-apass4 Request porting to async-2023-pp-apass4 and removed async-2023-pp-apass4 Request porting to async-2023-pp-apass4 labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants