Rivet API documentation

Rivet 4.1.3

Functions

template<typename PBCONTAINER1, typename PBCONTAINER2>
void Rivet::idiscardIfAnyDeltaRLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dR)
template<typename PBCONTAINER1, typename PBCONTAINER2>
PBCONTAINER1 Rivet::discardIfAnyDeltaRLess (const PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dR)
template<typename PBCONTAINER1, typename PBCONTAINER2>
void Rivet::idiscardIfAnyDeltaPhiLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dphi)
template<typename PBCONTAINER1, typename PBCONTAINER2>
PBCONTAINER1 Rivet::discardIfAnyDeltaPhiLess (const PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dphi)
template<typename PBCONTAINER1, typename PBCONTAINER2>
PBCONTAINER1 Rivet::selectIfAnyDeltaRLess (const PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dR)
template<typename PBCONTAINER1, typename PBCONTAINER2>
void Rivet::iselectIfAnyDeltaRLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dR)
template<typename PBCONTAINER1, typename PBCONTAINER2>
PBCONTAINER1 Rivet::selectIfAnyDeltaPhiLess (const PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dphi)
template<typename PBCONTAINER1, typename PBCONTAINER2>
void Rivet::iselectIfAnyDeltaPhiLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dphi)

Detailed Description