Skip to content

Commit bf4411a

Browse files
victor-gonzalezVictor
andauthored
Fix particle selection (#4670)
Co-authored-by: Victor <victor@cern.ch>
1 parent b6b1367 commit bf4411a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/TableProducer/dptdptfilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ inline int8_t DptDptFilterTracks::selectParticle(ParticleObject const& particle,
13731373
if (AcceptParticle(particle, mccollision)) {
13741374
/* the particle has been accepted */
13751375
/* let's identify the particle */
1376-
int8_t sp = identifyParticle(particle);
1376+
sp = identifyParticle(particle);
13771377
if (!(sp < 0)) {
13781378
/* fill the species histograms */
13791379
fillParticleHistosAfterSelection(particle, mccollision, charge, sp);

0 commit comments

Comments
 (0)