group Isolation helpers
Isolation helpers
Module: Functions for Particles and Jets / Next-level filtering
Functions
Name | |
---|---|
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > void | idiscardIfAnyDeltaRLess(PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dR) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > PBCONTAINER1 | discardIfAnyDeltaRLess(const PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dR) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > void | idiscardIfAnyDeltaPhiLess(PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dphi) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > PBCONTAINER1 | discardIfAnyDeltaPhiLess(const PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dphi) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > PBCONTAINER1 | selectIfAnyDeltaRLess(const PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dR) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > void | iselectIfAnyDeltaRLess(PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dR) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > PBCONTAINER1 | selectIfAnyDeltaPhiLess(const PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dphi) |
template <typename PBCONTAINER1 ,typename PBCONTAINER2 > void | iselectIfAnyDeltaPhiLess(PBCONTAINER1 & tofilter, const PBCONTAINER2 & tocompare, double dphi) |
Functions Documentation
function idiscardIfAnyDeltaRLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline void idiscardIfAnyDeltaRLess(
PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dR
)
function discardIfAnyDeltaRLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline PBCONTAINER1 discardIfAnyDeltaRLess(
const PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dR
)
function idiscardIfAnyDeltaPhiLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline void idiscardIfAnyDeltaPhiLess(
PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dphi
)
function discardIfAnyDeltaPhiLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline PBCONTAINER1 discardIfAnyDeltaPhiLess(
const PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dphi
)
function selectIfAnyDeltaRLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline PBCONTAINER1 selectIfAnyDeltaRLess(
const PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dR
)
function iselectIfAnyDeltaRLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline void iselectIfAnyDeltaRLess(
PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dR
)
function selectIfAnyDeltaPhiLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline PBCONTAINER1 selectIfAnyDeltaPhiLess(
const PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dphi
)
function iselectIfAnyDeltaPhiLess
template <typename PBCONTAINER1 ,
typename PBCONTAINER2 >
inline void iselectIfAnyDeltaPhiLess(
PBCONTAINER1 & tofilter,
const PBCONTAINER2 & tocompare,
double dphi
)
Updated on 2022-08-07 at 20:17:18 +0100