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/Core/JetCandidateUtilities.h
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -237,24 +237,6 @@ auto slicedPerCandidate(T const& table, U const& candidate, V const& perD0Candid
237
237
}
238
238
}
239
239
240
-
/**
241
-
* returns a slice of the table depending on the type of the candidate and index of the collision
242
-
*
243
-
* @param candidate candidate that is being checked
244
-
* @param table the table to be sliced
245
-
*/
246
-
template <typename T, typename U, typename V, typename M, typename N, typename O, typename P, typename Q>
247
-
autoslicedPerCandidateCollision(T const& table, U const& candidates, V const& collision, M const& D0CollisionPerCollision, N const& DplusCollisionPerCollision, O const& LcCollisionPerCollision, P const& BplusCollisionPerCollision, Q const& DielectronCollisionPerCollision)
Copy file name to clipboardExpand all lines: PWGJE/Core/JetHFUtilities.h
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -418,28 +418,6 @@ auto slicedPerHFCandidate(T const& table, U const& candidate, V const& perD0Cand
418
418
}
419
419
}
420
420
421
-
/**
422
-
* returns a slice of the table depending on the type of the HF candidate and index of the collision
423
-
*
424
-
* @param candidate HF candidate that is being checked
425
-
* @param table the table to be sliced
426
-
*/
427
-
template <typename T, typename U, typename V, typename M, typename N, typename O, typename P>
428
-
autoslicedPerHFCollision(T const& table, U const& /*candidates*/, V const& collision, M const& D0CollisionPerCollision, N const& DplusCollisionPerCollision, O const& LcCollisionPerCollision, P const& BplusCollisionPerCollision)
0 commit comments