-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add pT Runtime Toggle + pT Toggle for Geometry Inputs #39
Add pT Runtime Toggle + pT Toggle for Geometry Inputs #39
Conversation
/run all |
There was a problem while building and running in standalone mode. The logs can be found here. |
There was a problem while building and running with CMSSW. The logs can be found here. |
@VourMa Are the errors I get from the standalone check fixed in your PR's? It says something about Event.h not being found. |
69c5b81
to
6873c97
Compare
/run all |
There was a problem while building and running in standalone mode. The logs can be found here. |
There was a problem while building and running with CMSSW. The logs can be found here. |
3af2e0d
to
2a387f8
Compare
/run all |
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. Here is a timing comparison:
|
It seems like the reason why the CMSSW part failed is because #37 was merged and now there are conflicts that the CI doesn't know how to resolve. @GNiendorf could you resolve them and run the test again? |
… into CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles_TrackLooperPR409
/run all |
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. Here is a timing comparison:
|
There was a problem while building and running with CMSSW. The logs can be found here. |
@GNiendorf Could you try compiling locally before running the tests, so that you can debug at your convenience? If you get stuck, please make a comment with the error and I can take a look tomorrow, and provide instructions or fix it. |
Yup of course, you asked me to fix the conflicts and rerun the tests so that's what I did above, but I wanted to spend more time on the CMSSW error myself before posting the error and asking for help. My main concern was getting the standalone tests working for today. |
/run all |
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. Here is a timing comparison:
|
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. |
/run all |
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. Here is a timing comparison:
|
/run all |
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. Here is a timing comparison:
|
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. |
Instead of addressing the first bullet point in this PR I'm adding a flag to switch between the two maps like we discussed a week or so ago. The solution I added in the last few commits works, but I'm talking to Slava if there is a better solution for the changes in the ES producer file. |
feb65fe
to
bec054f
Compare
bec054f
to
0c5c484
Compare
/run all |
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. Here is a timing comparison:
|
There was a problem while building and running with CMSSW. The logs can be found here. |
/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. |
/run all |
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. Here is a timing comparison:
|
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. |
@VourMa I think this PR is ready to be merged now. |
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.
Thank you for the updates, @GNiendorf! Approving and merging.
013be2f
into
CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles_batch1_devel
This PR moves the compile-time pT flag to a runtime pT option and adds an option to toggle between the low pT and normal module maps. The most significant change with this PR is that it removes the pT cut from the global variables and instead passes it to each of the relevant kernels.