Skip to content

Commit 3634721

Browse files
authored
correct build error
1 parent 616b932 commit 3634721

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -487,15 +487,11 @@ struct HfElectronSelectionWithTpcEmcal {
487487

488488
///////////////// NonHf electron Selection with Emcal ////////////////////////
489489

490-
electronSel(track.collisionId(), matchTrack.globalIndex(), etaMatchTrack, phiMatchTrack, ptMatchTrack, pMatchTrack, trackRapidity, matchTrack.dcaXY(), matchTrack.dcaZ(), matchTrack.tpcNSigmaEl(), matchTrack.tofNSigmaEl(),
491-
492-
isEMcal = true;
493-
// std::cout << " electron id in selection" << electronId << std::endl; // FIXME: Use LOG
494-
electronSel(matchTrack.collisionId(), electronId, etaMatchTrack, phiMatchTrack, ptMatchTrack, pMatchTrack, trackRapidity, matchTrack.dcaXY(), matchTrack.dcaZ(), matchTrack.tpcNSigmaEl(), matchTrack.tofNSigmaEl(),
490+
nonHfe(matchTrack, tracks, true);
495491

492+
electronSel(track.collisionId(), matchTrack.globalIndex(), etaMatchTrack, phiMatchTrack, ptMatchTrack, pMatchTrack, trackRapidity, matchTrack.dcaXY(), matchTrack.dcaZ(), matchTrack.tpcNSigmaEl(), matchTrack.tofNSigmaEl(),
496493
eMatchEmcCluster, etaMatchEmcCluster, phiMatchEmcCluster, m02MatchEmcCluster, m20MatchEmcCluster, cellEmcCluster, timeEmcCluster, deltaEtaMatch, deltaPhiMatch, isEMcal);
497494
}
498-
nonHfe(track, tracks, true);
499495
/// Electron information without Emcal and use TPC and TOF
500496
if (isEMcal) {
501497
continue;

0 commit comments

Comments
 (0)