-
Notifications
You must be signed in to change notification settings - Fork 11
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
Alpha ana #124
Merged
Alpha ana #124
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
db03914
Adding 01.alphaTrack validation routine
jgalan dd4e374
Pipeline/trexdm Removing forking feature from pipeline
jgalan 18bd869
Fixing pipeline
jgalan e9b5649
examples/01.alphaTrack adapting to new ZeroSuppresion scheme
jgalan 4f1239d
Updating 01.alphaTrack Validate.C
jgalan e6e34c0
examples/01.alphaTrack. Minor README update
jgalan dc1ba5b
examples/01.alphaTrack increasing validation range
jgalan b10865c
pipeline/trexdm fixing chain connectivity
jgalan bbe7181
pipeline/trexdm fixing pipeline
jgalan 03f8328
Trying do address trex pipeline
juanangp 96d7bc5
Updating alphaTrack example with current code changes
juanangp accaae9
Adding static function TRestHits::GetBoundaries as a generic method t…
juanangp 85e0232
Adding new static function to perform kMeansClustering of volume hits
juanangp 8e42db6
Adding scaling option to TRestAnalysisPlot that can be used to plot t…
juanangp 019fba6
Adding AlphaCAMM project as a submodule to the repository
juanangp a4cb6a3
Merge branch 'master' into alphaAna
juanangp ffe3759
Trying to fix pipeline error
juanangp 29ca945
Making FindGarfieldOlf more generic including Heed inc dirs
juanangp bcfab03
Fixing typo
juanangp 8217039
Removing duplicated HitsToTrackProcess, trying to fix pipeline...
juanangp 6b969ad
Trying to fix pandaX pipeline after removal of TRestRawZeroSuppresion…
juanangp 83a3f71
Trying to fix pandax pipeline with new code changes
juanangp 86042ad
Fixing trex pipeline
juanangp ac040aa
Removing TRestRawZeroSuppresionProcess from rml examples
juanangp 0abfa40
Fixing bug in FindGarfieldOld
juanangp afee1ce
Merge branch 'master' into alphaAna
juanangp 69fb878
Trying to fix pipeline after merging with master
juanangp 15e69c2
Merge branch 'master' into alphaAna
juanangp 3c031f9
Merge branch 'master' of github.com:rest-for-physics/framework into a…
juanangp 46d6a36
Merge branch 'master' into alphaAna
jgalan ff37137
Fixing compilation error after merge with master
juanangp ccd048a
Increasing tracklib submodule to 1.3
jgalan e138c59
Increasing rawlib submodule to 1.6
juanangp 5e0610f
Increasing connectorslib submodule to 1.2
juanangp 8a33774
Increasing detectorlib submodule to 1.7
juanangp 792df26
Updated TRestVersion.h to v2.3.12
juanangp 0cf8f3c
Merge branch 'master' of github.com:rest-for-physics/framework into a…
juanangp 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 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 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
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.
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.
https://cmake.org/cmake/help/latest/command/find_library.html
If I understand this correctly, this change should be equivalent to removing
$ENV{GARFIELD_HOME}/lib)
from the macro. Why is this needed?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.
I believe this line is not needed and it was actually removed, I don't understand how it end up in this PR.
As fas as I remember some commits were cherry-pick from this PR to master. Perhaps something when wrong in between.
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.
This branch is behind master, perhaps it will be fixed once master is merged in this branch. Highly recommended.
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.
I guess thats why "outdated" appears next to the file name