-
Notifications
You must be signed in to change notification settings - Fork 3
v492-dev17 #351
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
Merged
Merged
v492-dev17 #351
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9e05851
readme
GernotMaier c1cfa14
fix release link
GernotMaier 24887ca
CTA alignment
GernotMaier 48c2d20
A1
GernotMaier 90e0d4f
A6
GernotMaier cef8981
A7
GernotMaier 31e6eb3
A8
GernotMaier b0d30e1
A9
GernotMaier 3461a59
A10
GernotMaier a3cde89
A11
GernotMaier fede3fc
A12
GernotMaier 7b23c7d
A13
GernotMaier 43fac3f
A14
GernotMaier db2075f
A15
GernotMaier dd5629f
A17
GernotMaier 3e036fa
A4
GernotMaier d5da3d7
B1
GernotMaier f0d7588
B5
GernotMaier 311a727
B8
GernotMaier 05aed05
B9
GernotMaier 7f829f7
B13
GernotMaier 5b3a611
B14
GernotMaier 975b6cc
B13
GernotMaier 030c14c
B15
GernotMaier 8675442
changelog
GernotMaier 303042f
A2: fix sliding-window fRaw branch returning FADC[1] instead of charge
GernotMaier 7906bda
A2: fix sliding-window fRaw branch returning FADC[1] instead of charge
GernotMaier e59d587
Merge pull request #353 from VERITAS-Observatory/v492-17-v2
GernotMaier 70982af
fix(E4): guard XGB sidecar file opens by reconstruction method and cu…
GernotMaier 219f1d4
docs: shorten E4 changelog entry
GernotMaier ef29c8e
Merge pull request #355 from VERITAS-Observatory/fix-E4-xgb-guard
GernotMaier 8386431
fix: explicit NegWeightTreatment=Pray for BoostType=Grad in TMVA angu…
GernotMaier e3a370a
Merge pull request #357 from VERITAS-Observatory/fix-tmva-negweight
GernotMaier d24c1b6
Potential fix for pull request finding
GernotMaier a820596
Potential fix for pull request finding
GernotMaier 94f00c1
Potential fix for pull request finding
GernotMaier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Fixes long list of bugs listed in [Issue #352](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/352). | ||
| Fix A2: `VTraceHandler::calculateTraceSum_slidingWindow()` fRaw branch returned `FADC[1]` (second FADC sample, ped-subtracted) instead of the accumulated raw charge sum. Affected pedestal calculation path. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Bug fix: non-XGB jobs no longer probe XGB sidecar files (E4) | ||
|
|
||
| XGB sidecar files (stereo and gamma-hadron) are now opened only when the active | ||
| reconstruction method and gamma-hadron cut type actually require them, eliminating | ||
| spurious ROOT file-open errors in non-XGB jobs. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Bug fix: explicit NegWeightTreatment for TMVA Gradient BDT angular reconstruction | ||
|
|
||
| Added `NegWeightTreatment=Pray` to the default TMVA options in | ||
| `trainTMVAforAngularReconstruction` to match actual TMVA behaviour: | ||
| `BoostType=Grad` does not support `InverseBoostNegWeights` (TMVA's global | ||
| default) and silently replaces it with `Pray`; the options string now | ||
| declares this explicitly so the training configuration matches what is used. |
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.