Skip to content

Commit 0d20013

Browse files
choich08365Changhwan Choialibuild
authored
[PWGJE] Added analysis code for b-jet tagging using GNN (bjetTaggingGNN.cxx) (AliceO2Group#9905)
Co-authored-by: Changhwan Choi <[email protected]> Co-authored-by: ALICE Action Bot <[email protected]>
1 parent 17babbb commit 0d20013

File tree

2 files changed

+507
-0
lines changed

2 files changed

+507
-0
lines changed

PWGJE/Tasks/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,8 @@ if(FastJet_FOUND)
260260
SOURCES dijetFinderQA.cxx
261261
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
262262
COMPONENT_NAME Analysis)
263+
o2physics_add_dpl_workflow(bjet-tagging-gnn
264+
SOURCES bjetTaggingGNN.cxx
265+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
266+
COMPONENT_NAME Analysis)
263267
endif()

0 commit comments

Comments
 (0)