1 #ifndef FWCore_Utilities_IndexSet_h
2 #define FWCore_Utilities_IndexSet_h
void clear()
Clear the set.
unsigned int size() const
Number of elements in the set.
std::vector< bool > content_
bool has(unsigned int index) const
Check if an element (=index) is in the set.
unsigned int numTrueElements_
Each possible element of the set corresponds an index in this vector. The value of an element tells i...
bool empty() const
Check if the set is empty.
void fill(std::map< std::string, TH1 * > &h, const std::string &s, double x)
IndexSet()
Construct empty set.
void insert(unsigned int index)
Insert an element (=index) to the set.
void reserve(unsigned int size)
Reserve memory for the set.