Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGJE/Core/JetTaggingUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ int vertexClustering(AnyCollision const& collision, AnalysisJet const& jet, AnyT
tempTrkVtxIndex.push_back(i++);
}
tempTrkVtxIndex.push_back(i); // temporary index for PV
if (nTrks < 1) { // the process should be done for nTrks == 1 as well
if (nTrks < 1) { // the process should be done for nTrks == 1 as well
trkLabels["trkVtxIndex"] = tempTrkVtxIndex;
return nTrks;
}
Expand Down
2 changes: 1 addition & 1 deletion PWGJE/Tasks/jetTaggerHFQA.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

tasks.emplace_back(
adaptAnalysisTask<JetTaggerhfQaCharged>(cfgc,
SetDefaultProcesses{}, TaskName{"jet-taggerhf-qa-charged"}));
SetDefaultProcesses{}, TaskName{"jet-taggerhf-qa-charged"}));
/*
tasks.emplace_back(
adaptAnalysisTask<JetTaggerhfQaFull>(cfgc,
Expand Down
Loading