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
Copy file name to clipboardExpand all lines: PWGJE/JetFinders/jetFinderHF.cxx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,8 @@ struct JetFinderHFTask {
235
235
}
236
236
237
237
// function that generalically processes gen level events
238
-
template <boolcheckIsDaughter, typename T, typename U, typename V>
239
-
voidanalyseMCP(T const& collision, U const& particles, V const& candidate, int jetTypeParticleLevel, float minJetPt, float maxJetPt)
238
+
template <boolisEvtWiseSub, typename T, typename U, typename V, typename M, typename N>
239
+
voidanalyseMCP(T const& collision, U const& particles, V const& candidate, M& jetsTableInput, N& constituentsTableInput, int jetTypeParticleLevel, float minJetPt, float maxJetPt)
240
240
{
241
241
if (rejectIncorrectDecaysMCP && !jetcandidateutilities::isMatchedCandidate(candidate)) { // is this even needed in the new derived format? it means any simulations run have to force the decay channel
242
242
return;
@@ -246,12 +246,12 @@ struct JetFinderHFTask {
246
246
if (!jetfindingutilities::analyseCandidate(inputParticles, candidate, candPtMin, candPtMax, candYMin, candYMax)) {
0 commit comments