You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,10 +134,10 @@ void analyseTracks(std::vector<fastjet::PseudoJet>& inputParticles, T const& tra
134
134
*/
135
135
136
136
template <typename T, typename U>
137
-
voidanalyseTracksMultipleCandidates(std::vector<fastjet::PseudoJet>& inputParticles, T const& tracks, int trackSelection, U const& candidates)
137
+
voidanalyseTracksMultipleCandidates(std::vector<fastjet::PseudoJet>& inputParticles, T const& tracks, int trackSelection, bool isEmbedding, U const& candidates)
138
138
{
139
139
for (auto& track : tracks) {
140
-
if (!jetderiveddatautilities::selectTrack(track, trackSelection)) {
140
+
if (!jetderiveddatautilities::selectTrack(track, trackSelection, isEmbedding)) {
0 commit comments