Skip to content

Commit fa8511e

Browse files
authored
[PWGJE,EMCAL-1154] Add crosstalk emulation (#11538)
1 parent 6e9be1a commit fa8511e

File tree

5 files changed

+909
-27
lines changed

5 files changed

+909
-27
lines changed

PWGJE/Core/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ o2physics_add_library(PWGJECore
1414
SOURCES FastJetUtilities.cxx
1515
JetFinder.cxx
1616
JetBkgSubUtils.cxx
17-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib ONNXRuntime::ONNXRuntime)
17+
emcalCrossTalkEmulation.cxx
18+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib ONNXRuntime::ONNXRuntime O2::EMCALBase O2::EMCALReconstruction)
1819

1920
o2physics_target_root_dictionary(PWGJECore
2021
HEADERS JetFinder.h
@@ -23,5 +24,6 @@ o2physics_target_root_dictionary(PWGJECore
2324
JetTaggingUtilities.h
2425
JetBkgSubUtils.h
2526
JetDerivedDataUtilities.h
27+
emcalCrossTalkEmulation.h
2628
LINKDEF PWGJECoreLinkDef.h)
2729
endif()

0 commit comments

Comments
 (0)