v492.0 dev5#31
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds/updates release-test utilities and IRF plotting tooling alongside runlist and metadata refreshes for the v492 development cycle.
Changes:
- Introduces new ROOT utilities for parsing run-parameter files and printing canvases.
- Updates IRF plotting macro/script (new AZ parameter, PNG output, compare mode adjustments) and refreshes related README.
- Extends Crab runlists and updates repository metadata files (LICENSE, CITATION).
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| release_tests/utilities/test.runparameter.dat | Adds a sample run-parameter file used for local/testing workflows. |
| release_tests/utilities/printutilities.C | Adds a shared ROOT helper for printing canvases. |
| release_tests/utilities/parameters.C | Adds a run-parameter parsing/expansion utility used by release-test macros. |
| release_tests/sources/Crab/runlist_releaseTestingV6redHV.dat | Appends additional Crab runs for the V6 redHV release-testing set. |
| release_tests/sources/Crab/runlist_releaseTestingV6.dat | Appends additional Crab runs for the V6 release-testing set. |
| release_tests/sources/Crab/README.md | Documentation tweak to the Crab analysis README. |
| release_tests/montecarlo/irf_plotting/README.md | Updates IRF plotting usage documentation. |
| release_tests/montecarlo/irf_plotting/plot_irf.C | Updates IRF plotting macro (PNG output, AZ/base-index handling, compare support). |
| release_tests/montecarlo/irf_plotting/plot_effectiveAreas.C | Removes an older effective-area comparison macro. |
| release_tests/montecarlo/irf_plotting/irf_plotting.sh | Updates the driver script (compare settings, AZ propagation, hardwired epoch selection). |
| LICENSE | Updates copyright year range. |
| CITATION.cff | Updates project version and release date metadata. |
Comments suppressed due to low confidence (1)
release_tests/montecarlo/irf_plotting/plot_irf.C:123
- Spelling: "comparision" should be "comparison" in this comment.
/*
// plot comparision of 4 and 3-telescope effective areas
VPlotInstrumentResponseFunction b;
b.addInstrumentResponseData(
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.