CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
reco::tau::Combinatoric< T >::IndexInSet Class Reference

Public Member Functions

 IndexInSet (const indices_set &combo, bool negate)
 
bool operator() (const index_type &index) const
 

Private Attributes

indices_set combo_
 
bool negate_
 

Detailed Description

template<typename T>
class reco::tau::Combinatoric< T >::IndexInSet

Definition at line 73 of file CombinatoricGenerator.h.

Constructor & Destructor Documentation

template<typename T>
reco::tau::Combinatoric< T >::IndexInSet::IndexInSet ( const indices_set combo,
bool  negate 
)
inline

Definition at line 76 of file CombinatoricGenerator.h.

76  :
77  combo_(combo),negate_(negate){}
const indices_set & combo() const
Return the set of selected indices.

Member Function Documentation

template<typename T>
bool reco::tau::Combinatoric< T >::IndexInSet::operator() ( const index_type index) const
inline

Member Data Documentation

template<typename T>
indices_set reco::tau::Combinatoric< T >::IndexInSet::combo_
private
template<typename T>
bool reco::tau::Combinatoric< T >::IndexInSet::negate_
private