We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ff736 commit 489c09dCopy full SHA for 489c09d
1 file changed
PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx
@@ -594,7 +594,6 @@ struct HfElectronSelectionWithTpcEmcal {
594
// Pass multiplicities and other required parameters for this electron
595
596
hfElectronSelection(electron.collisionId(), electron.globalIndex(), electron.eta(), electron.phi(), electron.pt(), electron.tpcNSigmaEl(), electron.tofNSigmaEl(), electron.tpcNClsCrossedRows(), electron.tpcCrossedRowsOverFindableCls(), electron.itsChi2NCl(), electron.tpcChi2NCl(), electron.dcaXY(), electron.dcaZ(), eop, m02, vecLSMass, vecULSMass, nElPairsLS, nElPairsUS, isEMcal);
597
-
598
}
599
// Electron Identification
600
template <bool IsMc, typename TracksType, typename EmcClusterType, typename MatchType, typename CollisionType, typename ParticleType>
0 commit comments