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

Fix memory leak in EventJetVarProducer, fix fiducial maps in 2022 #50

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

carriganm95
Copy link
Contributor

delete jet veto map histograms after us to save memory

fix fiducial map in customize.py for 2022

@carriganm95 carriganm95 requested a review from borzari September 10, 2024 19:08
@@ -249,7 +248,6 @@ def customize (process,
process.TriggerWeightProducer.target = cms.string ("")
process.TriggerWeightProducer.produceMetLeg = cms.bool(False)
process.TriggerWeightProducer.produceTrackLeg = cms.bool(False)
process.TriggerWeightProducer.produceGrandOr = cms.bool(False)
Copy link
Contributor

Choose a reason for hiding this comment

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

Github is marking this as removed, but I assume you just changed it to True, right? At least, when I open the file here https://github.com/OSU-CMS/DisappTrks/blob/be74e188e9512d1e1f0eb1929400af5bac113651/StandardAnalysis/python/customize.py, it is what I see. Or you just didn't change it and github is marking things for some reason.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah not sure why it is marking this line from what I can see it wasn't changed and I never meant to change it

Copy link
Contributor

Choose a reason for hiding this comment

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

Alright. Everything is fine, then

@carriganm95 carriganm95 merged commit c2b7904 into update_CMSSW_13 Sep 10, 2024
@carriganm95 carriganm95 deleted the fixMemoryLeak branch September 10, 2024 19:39
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