Skip to content

Commit 4d4e42b

Browse files
hanseoparkchchoihyungjun-lee
authored
[Common,PWGJE] HF Tagging updating and merging (#9213)
Co-authored-by: chchoi <changhwan.choi@cern.ch> Co-authored-by: Hyungjun Lee <leehy@cern.ch>
1 parent 28e9474 commit 4d4e42b

File tree

10 files changed

+1515
-1224
lines changed

10 files changed

+1515
-1224
lines changed

Common/Core/RecoDecay.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,14 +1111,14 @@ struct RecoDecay {
11111111
if (PDGParticleIMother < 9 || (PDGParticleIMother > 20 && PDGParticleIMother < 38)) {
11121112
// auto PDGPaticle = std::abs(particleMother.pdgCode());
11131113
if (
1114-
(PDGParticleIMother / 100 == 5 || // b mesons
1115-
PDGParticleIMother / 1000 == 5) // b baryons
1114+
(PDGParticle / 100 == 5 || // b mesons
1115+
PDGParticle / 1000 == 5) // b baryons
11161116
) {
11171117
return OriginType::NonPrompt; // beauty
11181118
}
11191119
if (
1120-
(PDGParticleIMother / 100 == 4 || // c mesons
1121-
PDGParticleIMother / 1000 == 4) // c baryons
1120+
(PDGParticle / 100 == 4 || // c mesons
1121+
PDGParticle / 1000 == 4) // c baryons
11221122
) {
11231123
return OriginType::Prompt; // charm
11241124
}

PWGJE/Core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ o2physics_add_library(PWGJECore
1414
SOURCES FastJetUtilities.cxx
1515
JetFinder.cxx
1616
JetBkgSubUtils.cxx
17-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib)
17+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib ONNXRuntime::ONNXRuntime)
1818

1919
o2physics_target_root_dictionary(PWGJECore
2020
HEADERS JetFinder.h

0 commit comments

Comments
 (0)