-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
My last commit gets rid of the unused helper.cc/h and renames helper_v2.cc/h to just helper.cc/h |
Last commit makes pt cut configurable with --pt_cut flag for lst_plot_performance.py and -p flag for createPerfNumDenHists. |
/run standalone |
There was a problem while building and running in standalone mode. The logs can be found here. |
@ariostas Not sure how to coordinate this, but after this PR is merged I think you'll have to update your CI a bit: Getting this error on the standalone "rm: cannot remove 'src/helper_v2.o': No such file or directory" since I renamed helper_v2 to just helper and deleted the old helper.cc that was just an outdated version of the _v2 |
@GNiendorf Yeah, I'll change it so that it runs The CMSSW check still doesn't work since I haven't updated the step2 file, but hopefully in a couple of hours it should work. |
There was a problem while building and running with CMSSW. The logs can be found here. |
It looks like make_classfiles is a duplicate of this code here: https://github.com/cmstas/Software/blob/739fe8d21e76d52623f8ff70e68c2f17ae923176/makeCMS3ClassFiles/make_classfiles.py Edit: I noticed trktree.cc also has this same format, probably generated from make_classfiles.py. With that in mind I think it's good to keep it in the repo, even though it is pulled from above. |
I think this PR is ready for review when you get a chance @slava77. |
/run standalone |
The PR was built and ran successfully in standalone mode. Here are some of the comparison plots. The full set of validation and comparison plots can be found here. |
There was a problem while building and running with CMSSW. The logs can be found here. |
The PR was built and ran successfully with CMSSW. Here are some plots. OOTB All TracksThe full set of validation and comparison plots can be found here. |
I think the variation in the CMSSW plots is because my other PR #374 was merged in recently, so this is really showing the change due to that PR. |
/run cmssw |
The PR was built and ran successfully with CMSSW. Here are some plots. OOTB All TracksThe full set of validation and comparison plots can be found here. |
i don't see any problematic things. so it LGTM. |
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.
there are a couple of simple updates that could be done now.
although with some good arguments could be done in a followup PR.
@slava77 This PR should be good to go if you don't have any comments about my last 2 commits. |
/run standalone |
The PR was built and ran successfully in standalone mode. Here are some of the comparison plots. The full set of validation and comparison plots can be found here. |
Small cleanup PR that removes cppitertools and unused/duplicate files. I noticed that cppitertools was only used in trkCore.cc and imported but unused in a bunch of other places and figured I would remove it and get rid of the directory.