Skip to content
Merged
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
6 changes: 3 additions & 3 deletions PWGLF/Tasks/Resonances/k892hadronphoton.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ struct k892hadronphoton {
histos.fill(HIST(MainDir[mode]) + HIST("/KStar/h3dMass"), centrality, kstar.pt(), kstar.kstarMass());
histos.fill(HIST(MainDir[mode]) + HIST("/KStar/h3dOPAngleVsMass"), kstar.opAngle(), kstar.pt(), kstar.kstarMass());
histos.fill(HIST(MainDir[mode]) + HIST("/KStar/h2dOPAngleVsPt"), kstar.opAngle(), kstar.pt());

//_______________________________________
// MC specific
if (doprocessMonteCarlo) {
Expand Down Expand Up @@ -1132,7 +1132,7 @@ struct k892hadronphoton {

// Separating kshort selections:
fillSelHistos<8>(cand, PDG_t::kK0Short);

// TPC Selection
if (kshortSelections.fselKShortTPCPID && (TMath::Abs(cand.kshortPosPiTPCNSigma()) > kshortSelections.KShortMaxTPCNSigmas))
return false;
Expand All @@ -1156,7 +1156,7 @@ struct k892hadronphoton {
return false;

fillSelHistos<11>(cand, PDG_t::kK0Short);

return true;
}

Expand Down
Loading