Skip to content

Commit 926b484

Browse files
committed
small fixes
1 parent 9ea919b commit 926b484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGUD/TableProducer/tauEventTableProducer.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ struct TauEventTableProducer {
345345
// Loose criterium to find electron-like particle
346346
// Requiring TOF to avoid double-counting pions/electrons and for better timing
347347
{
348-
fillRejectElectronCandidate(electronCandidate);
349348
if (electronCandidate.tpcNSigmaEl() < cutPreselect.preselMaxElectronNsigmaEl || electronCandidate.tpcNSigmaEl() > cutPreselect.preselMinElectronNsigmaEl)
350349
return false;
351350
if (cutPreselect.preselElectronHasTOF && !electronCandidate.hasTOF())
@@ -473,7 +472,7 @@ struct TauEventTableProducer {
473472

474473
} // end processDataSG
475474

476-
PROCESS_SWITCH(UpcTauRl, processDataSG, "Iterate UD tables with measured data created by SG-Candidate-Producer.", false);
475+
PROCESS_SWITCH(TauEventTableProducer, processDataSG, "Iterate UD tables with measured data created by SG-Candidate-Producer.", false);
477476
};
478477

479478
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)