Rivet 3.1.9
Functions

Functions

template<typename PBCONTAINER1 , typename PBCONTAINER2 >
void Rivet::idiscardIfAnyDeltaRLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double dR, RapScheme scheme=PSEUDORAPIDITY)
 
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::discardIfAnyDeltaEtaLess (const PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double deta)
 
template<typename PBCONTAINER1 , typename PBCONTAINER2 >
void Rivet::idiscardIfAnyDeltaEtaLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double deta)
 
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, RapScheme scheme=PSEUDORAPIDITY)
 
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)
 
template<typename PBCONTAINER1 , typename PBCONTAINER2 >
PBCONTAINER1 Rivet::selectIfAnyDeltaEtaLess (const PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double deta)
 
template<typename PBCONTAINER1 , typename PBCONTAINER2 >
void Rivet::iselectIfAnyDeltaEtaLess (PBCONTAINER1 &tofilter, const PBCONTAINER2 &tocompare, double deta)
 

Detailed Description