-
Notifications
You must be signed in to change notification settings - Fork 8
Lepton scale factors #123
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
Lepton scale factors #123
Conversation
|
Just remembered I was working on top of Emyr's hadronEfficiency branch, since there was an existing pull request from there, which is where all those previous commits come from. |
796e64f to
2832958
Compare
|
With Emyr's fix the warnings are now gone. I've tested on soolin, output files are in /storage/phjaj/02_Analysis/CMSSW_6_2_0_pre6_AnalysisSoftware/src/testing_lepton_scale_factors, if you want to check outputs. I think this is ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, two things:
- why do you need to store (copy the pointer) of a global histogram for every electron for every event?
- why doesn't the private variable end with '_'?
|
While I would not merge it before making some improvements I think it is safe to run. |
|
rebase please |
|
Made new pull request (#127) so closing this. |
This is the (mostly) finished update to read 7TeV electron scale factors from histogram files.
Compiles and runs, but during running there are some warnings of memory leaks related to TEfficiency, which I was unable to solve...hence WIP.
Also, will remove the couts once this is ready to merge.