CMS 3D CMS Logo

Public Member Functions | Private Attributes

reco::tau::Combinatoric< T >::IndexInSet Class Reference

List of all members.

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 72 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 75 of file CombinatoricGenerator.h.

                                                         :
          combo_(combo),negate_(negate){}

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]