Skip to content

Commit e6ff3e2

Browse files
Jinhyun ParkJinhyun Park
authored andcommitted
Delete unused lines
1 parent ce1e737 commit e6ff3e2

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

PWGHF/TableProducer/treeCreatorToXiPiQa.cxx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ DECLARE_SOA_COLUMN(ParticlePdg, particlePdg, int);
222222
DECLARE_SOA_COLUMN(MaxNumContrib, maxNumContrib, int);
223223
DECLARE_SOA_COLUMN(NRecoColl, nRecoColl, int);
224224
DECLARE_SOA_COLUMN(PtGenB, ptGenB, float);
225-
DECLARE_SOA_COLUMN(IsSel8RecoColl, isSel8RecoColl, bool);
226225
} // namespace full
227226

228227
DECLARE_SOA_TABLE(HfToXiPiEvs, "AOD", "HFTOXIPIEV",
@@ -652,21 +651,6 @@ struct HfTreeCreatorToXiPiQa {
652651
}
653652
}
654653

655-
#if 0
656-
template <typename T>
657-
void fillParticle(const T& particle)
658-
{
659-
rowCandidateParticles(RecoDecay::m(particle.pVector(), particle.e()),
660-
particle.pt(),
661-
particle.eta(),
662-
particle.phi(),
663-
particle.rapidityCharmBaryonGen(),
664-
particle.flagMcMatchGen(),
665-
particle.originMcGen(),
666-
particle.pdgCode());
667-
}
668-
#endif
669-
670654
template <typename CollType, typename McCollType, typename CandType>
671655
void fillParticle(const CandType& mcParticles, const CollType& collisions)
672656
{

0 commit comments

Comments
 (0)