ral 0.0.1
|
Enumerations | |
enum class | ComparisonOperator { LESS , LESSEQ , EQ , GREATEREQ , GREATER } |
Functions | |
ROOT::VecOps::RVec< bool > | operator&& (const ROOT::VecOps::RVec< bool > &vec1, const ROOT::VecOps::RVec< bool > &vec2) |
ROOT::VecOps::RVec< bool > | operator|| (const ROOT::VecOps::RVec< bool > &vec1, const ROOT::VecOps::RVec< bool > &vec2) |
ROOT::VecOps::RVec< bool > | operator! (const ROOT::VecOps::RVec< bool > &vec1) |
template<typename C , typename = std::enable_if< std::is_base_of<podio::CollectionBase, C>::value>> | |
C | filter (const ROOT::VecOps::RVec< bool > &mask, const C &collection) |
template<typename T > | |
ROOT::VecOps::RVec< T > | filter (const ROOT::VecOps::RVec< bool > &mask, const ROOT::VecOps::RVec< T > &collection) |
|
strong |
C k4::ral::LogicalOperators::filter | ( | const ROOT::VecOps::RVec< bool > & | mask, |
const C & | collection ) |
ROOT::VecOps::RVec< T > k4::ral::LogicalOperators::filter | ( | const ROOT::VecOps::RVec< bool > & | mask, |
const ROOT::VecOps::RVec< T > & | collection ) |
ROOT::VecOps::RVec< bool > k4::ral::LogicalOperators::operator! | ( | const ROOT::VecOps::RVec< bool > & | vec1 | ) |
ROOT::VecOps::RVec< bool > k4::ral::LogicalOperators::operator&& | ( | const ROOT::VecOps::RVec< bool > & | vec1, |
const ROOT::VecOps::RVec< bool > & | vec2 ) |
ROOT::VecOps::RVec< bool > k4::ral::LogicalOperators::operator|| | ( | const ROOT::VecOps::RVec< bool > & | vec1, |
const ROOT::VecOps::RVec< bool > & | vec2 ) |