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: 0 additions & 6 deletions PWGHF/TableProducer/treeCreatorDplusToPiKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ DECLARE_SOA_TABLE(HfCandDpLites, "AOD", "HFCANDDPLITE",
hf_cand_3prong::FlagMcDecayChanRec)

DECLARE_SOA_TABLE(HfCandDpFulls, "AOD", "HFCANDDPFULL",
collision::BCId,
collision::NumContrib,
collision::PosX,
collision::PosY,
Expand Down Expand Up @@ -222,7 +221,6 @@ DECLARE_SOA_TABLE(HfCandDpFulls, "AOD", "HFCANDDPFULL",
hf_cand_3prong::FlagMcDecayChanRec);

DECLARE_SOA_TABLE(HfCandDpFullEvs, "AOD", "HFCANDDPFULLEV",
collision::BCId,
collision::NumContrib,
collision::PosX,
collision::PosY,
Expand All @@ -231,7 +229,6 @@ DECLARE_SOA_TABLE(HfCandDpFullEvs, "AOD", "HFCANDDPFULLEV",
full::RunNumber);

DECLARE_SOA_TABLE(HfCandDpFullPs, "AOD", "HFCANDDPFULLP",
collision::BCId,
full::Pt,
full::Eta,
full::Phi,
Expand Down Expand Up @@ -284,7 +281,6 @@ struct HfTreeCreatorDplusToPiKPi {
void fillEvent(const T& collision, int isEventReject, int runNumber)
{
rowCandidateFullEvents(
collision.bcId(),
collision.numContrib(),
collision.posX(),
collision.posY(),
Expand Down Expand Up @@ -370,7 +366,6 @@ struct HfTreeCreatorDplusToPiKPi {
channelMc);
} else {
rowCandidateFull(
coll.bcId(),
coll.numContrib(),
candidate.posX(),
candidate.posY(),
Expand Down Expand Up @@ -544,7 +539,6 @@ struct HfTreeCreatorDplusToPiKPi {
rowCandidateFullParticles.reserve(particles.size());
for (const auto& particle : particles) {
rowCandidateFullParticles(
particle.mcCollision().bcId(),
particle.pt(),
particle.eta(),
particle.phi(),
Expand Down
Loading