-
Notifications
You must be signed in to change notification settings - Fork 35
Cerati/feature nugraph2 #815
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
Open
cerati
wants to merge
27
commits into
SBNSoftware:develop
Choose a base branch
from
cerati:cerati/feature_nugraph2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
94abed0
first commit of NuGraphIcarus
cerati d728cdb
use IcarusNuSliceHitsProducer
cerati 6f211ce
add script to start local triton server
cerati dc9e706
fix script name
cerati 81247b4
take a quick nap to avoid starting a lar job before the server is ready
cerati 23d0dfd
fix script names, add version for grid processing
cerati 17f1e7b
no sleep better wait
cerati d9bed1c
add NuGraph to reco fcl, switch to libtorch inference by default
cerati 8deda1b
make nugraph part of the pandora sequence
cerati e87380b
add icarus_postPandora_Gauss
cerati 0aa9cdc
remove spurious character
cerati be34e0b
Merge tag 'v10_04_08' into cerati/feature_nugraph2
cerati cb5276c
restore cluster3D
cerati 4eb87e5
Merge branch 'develop' into cerati/feature_nugraph2
cerati 6f1406d
Merge branch 'develop' into cerati/feature_nugraph2
cerati 70b8af6
add icarus_postPandora_Gauss to 1d fcl as well
cerati 6f1b8b7
address G.P.'s comments
cerati f2c7261
moved NuGraph folder, improved fcl documentation
cerati ac05da7
remove cafmaker_nugraph_test.fcl
cerati 5297b0c
rename Icarus to ICARUS
cerati a6a3c8f
remove fEventInfo
cerati 2f14f07
fix assocSliceHitKeys usage
cerati c3b784b
restore correct behavior for allIDs, add PMT positions, fix SimChanne…
cerati 438a62d
addressing comments
cerati 55e0087
addressing comments
cerati d789fe9
improve documentation
cerati 9e55de9
fix typo in description
cerati 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
cet_enable_asserts() | ||
|
||
set( nugraph_tool_lib_list | ||
lardataobj::RecoBase | ||
larrecodnn::NuGraphBaseTools | ||
TorchScatter::TorchScatter | ||
art::Framework_Core | ||
hep_concurrency::hep_concurrency | ||
art_plugin_types::tool | ||
) | ||
|
||
include_directories($ENV{HEP_HPC_INC}) | ||
|
||
cet_build_plugin(ICARUSNuGraphLoader art::tool | ||
LIBRARIES PRIVATE | ||
${nugraph_tool_lib_list} | ||
) | ||
|
||
simple_plugin(ICARUSNuSliceHitsProducer "module" | ||
LIBRARIES PRIVATE | ||
art::Framework_Core | ||
lardataobj::RecoBase | ||
sbnobj::Common_Reco | ||
) | ||
|
||
simple_plugin(ICARUSTrueNuSliceHitsProducer "module" | ||
LIBRARIES PRIVATE | ||
art::Framework_Core | ||
nusimdata::SimulationBase | ||
lardataobj::RecoBase | ||
lardataalg::DetectorInfo | ||
sbnobj::Common_Reco | ||
larsim::MCCheater_BackTrackerService_service | ||
larsim::MCCheater_ParticleInventoryService_service | ||
lardata::DetectorClocksService | ||
) | ||
|
||
simple_plugin(ICARUSHDF5Maker "module" | ||
LIBRARIES PRIVATE | ||
art::Framework_Core | ||
nusimdata::SimulationBase | ||
larsim::MCCheater_BackTrackerService_service | ||
larsim::MCCheater_ParticleInventoryService_service | ||
hep_hpc_hdf5 | ||
lardataobj::RecoBase | ||
lardataalg::DetectorInfo | ||
lardata::DetectorClocksService | ||
larcorealg::Geometry | ||
larcore::WireReadout | ||
${HDF5_LIBRARIES} | ||
) | ||
|
||
add_subdirectory(scripts) | ||
|
||
install_headers() | ||
install_fhicl() | ||
install_source() | ||
|
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.