Skip to content

Conversation

@hjbossi
Copy link
Collaborator

@hjbossi hjbossi commented Nov 22, 2024

Took a quick look at the multiplicity dependence in PYTHIA. Related to the discussion for light ions at the LHC (but not shown of course).
Screenshot 2024-11-14 at 14 40 46


// double log binning
TH1D* genUnmatched_z = new TH1D("genUnmatched_z", "genUnmatched_z", 2 * BinCount, 0, 2 * BinCount);
ParticleTreeMessenger* MGen = new ParticleTreeMessenger(InputFile, GenTreeName);
Copy link
Owner

Choose a reason for hiding this comment

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

This is not a root object, it's unclear how this interferes with TFile::Close in terms of memory. I suggest making it not pointer.

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.

2 participants