|
template<class T > |
_Cut< T > | ana::operator&& (const _Cut< T > &a, const _Cut< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator|| (const _Cut< T > &a, const _Cut< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator! (const _Cut< T > &a) |
|
template<class T > |
_Cut< T > | ana::operator> (const _Var< T > &v, double c) |
|
template<class T > |
_Cut< T > | ana::operator< (const _Var< T > &v, double c) |
|
template<class T > |
_Cut< T > | ana::operator>= (const _Var< T > &v, double c) |
|
template<class T > |
_Cut< T > | ana::operator<= (const _Var< T > &v, double c) |
|
template<class T > |
_Cut< T > | ana::operator== (const _Var< T > &v, double c) |
|
template<class T > |
_Cut< T > | ana::operator!= (const _Var< T > &v, double c) |
|
template<class T > |
_Cut< T > | ana::operator> (const _Var< T > &a, const _Var< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator< (const _Var< T > &a, const _Var< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator>= (const _Var< T > &a, const _Var< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator<= (const _Var< T > &a, const _Var< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator== (const _Var< T > &a, const _Var< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator!= (const _Var< T > &a, const _Var< T > &b) |
|
template<class T > |
_Cut< T > | ana::operator> (double c, const _Var< T > &v) |
|
template<class T > |
_Cut< T > | ana::operator< (double c, const _Var< T > &v) |
|
template<class T > |
_Cut< T > | ana::operator>= (double c, const _Var< T > &v) |
|
template<class T > |
_Cut< T > | ana::operator<= (double c, const _Var< T > &v) |
|
template<class T > |
_Cut< T > | ana::operator!= (double c, const _Var< T > &v) |
|
const Cut | ana::kNoCut ([](const caf::SRSliceProxy *){return true;}) |
| The simplest possible cut: pass everything, used as a default. More...
|
|
const SpillCut | ana::kNoSpillCut ([](const caf::SRSpillProxy *){return true;}) |
| The simplest possible cut: pass everything, used as a default. More...
|
|