Skip to content

Fix corrupted double-linked list issue in SigmaVariation - #136

Open
dalmazzone wants to merge 1 commit into
developfrom
fix-SigmaVariation
Open

Fix corrupted double-linked list issue in SigmaVariation#136
dalmazzone wants to merge 1 commit into
developfrom
fix-SigmaVariation

Conversation

@dalmazzone

Copy link
Copy Markdown

Pull request description

SigmaVariation was failing just before return with corrupted double-linked list error. Properly closing and deleting the output root file fixed the issue.

Changes or fixes

Added
File->Write();
File->Close();
delete File;

Just before return

Examples

@github-actions

Copy link
Copy Markdown

This is your first PR, thank you for contributing to MaCh3 DUNE!

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.

1 participant