Skip to content

Commit

Permalink
Implement an algorithm for photon/pi0 discrimination based on input f…
Browse files Browse the repository at this point in the history
…eatures and a trained model in ONNX format (#85)

* run MVA photon ID in gaudi

* save photon score instead of pi0 score

* fix compilation warning

* use [[maybe_unused]] for EventContext

* fix some typos and indentation

* parse json files with nlohmann

* handle malformed JSON files
  • Loading branch information
giovannimarchiori committed Jul 2, 2024
1 parent 8d8a374 commit c3497de
Show file tree
Hide file tree
Showing 3 changed files with 536 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RecFCCeeCalorimeter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ gaudi_add_module(k4RecFCCeeCalorimeterPlugins
DD4hep::DDG4
ROOT::Core
ROOT::Hist
${ONNXRUNTIME_LIBRARY}
${ONNXRUNTIME_LIBRARY}
nlohmann_json::nlohmann_json
)
install(TARGETS k4RecFCCeeCalorimeterPlugins
EXPORT k4RecCalorimeterTargets
Expand Down
Loading

0 comments on commit c3497de

Please sign in to comment.