-
Notifications
You must be signed in to change notification settings - Fork 1
FLArE + common output format overhaul #16
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
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9cc1e3f
first_primaryTree(testing)
0f89d7d
adding barcode file
c0d4592
test
ed1a4d1
Merge branch 'main' into output_flare
cd615b9
primaries working
f6e9491
primaries tree working.
81a5285
added energy to primaries
a6193ac
added flare hit tree
5dc97ba
added flare directory
a175183
changes before merging main
ee714fa
resolved merge conflict + added had hits
7e5930e
made flare boxes have more copy numbers
a1b77eb
fixed small issue
koolz2151 847f026
output overhaul and clean-up
mvicenzi fdc4f89
update histo to out
mvicenzi c8bd289
fix segfault from ROOT subdirectories
mvicenzi 87897ab
Merge branch 'output_flare' of https://github.com/FPFSoftware/FPFSim …
mvicenzi b4446bc
fix conflicts
mvicenzi 29eec5c
remove duplicate
mvicenzi af2439d
size-saving measures: move to float + edep cut
mvicenzi a6f5e99
add jobs submission scripts for sdcc
d700dee
simplify flare geometry
mvicenzi 0e73ae2
build primary ancestor association
mvicenzi ae05319
final update for flare output
mvicenzi c05f5ac
write pseudo-reco tree
mvicenzi 818ef12
update .mac parameters
mvicenzi a2ccd48
fix file path
mvicenzi bb3ba4f
fix naming pattern for member variables
mvicenzi 0370e07
h5 file only if flare enabled, output override flag for flare
mvicenzi 29becc8
update readme with new parameter
mvicenzi 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| #!/bin/bash | ||
|
|
||
| cluster=$1 | ||
| process=$2 | ||
| fpfsim=$3 | ||
| macrolist=$4 | ||
| setup=$5 | ||
|
|
||
| echo "Executing JOBID ${cluster}.${process}" | ||
|
|
||
| # source the environment | ||
| source $setup | ||
|
|
||
| # select the macro file | ||
| let num=$((${process}+1)) | ||
| echo "Selecting macro from line ${num} in list:" | ||
|
|
||
| macropath=$(tail -n+${num} ${macrolist} | head -n1) | ||
| macro=`basename "$macropath"` | ||
| echo "$macro" | ||
|
|
||
| # running !! | ||
| echo "Running ${fpfsim} ${macropath}" | ||
| ${fpfsim} ${macropath} | ||
|
|
||
| echo "Completed JOBID ${cluster}.${process}" |
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.