Skip to content

Commit acc669c

Browse files
author
staylorjlab
committed
make features[4]=4
1 parent 5b6822c commit acc669c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/FMWPC/DCPPEpEm_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ bool DCPPEpEm_factory::PiMuFillFeatures(jana::JEventLoop *loop, unsigned int nCh
483483
features[ 1] = fcalshowers.size();
484484
features[ 2] = (stats.size()>0) ? stats[0]->fcal_blocks : fcalhits.size();
485485
features[ 3] = fmwpchits.size();
486-
features[ 4] = 2; // piPlus + piMinus tracks found ??
486+
features[ 4] = 4; // lepton and pion tracks found
487487

488488
// Match to FCAL for pi+ hypothesis
489489
shared_ptr<const DFCALShowerMatchParams>fcalparms=PiPhyp->Get_FCALShowerMatchParams();

0 commit comments

Comments
 (0)