#include <DTCombinatorialPatternReco.h>
Classes | |
class | HashFunction |
Public Types | |
typedef values::const_iterator | const_iterator |
typedef std::vector< short unsigned int > | values |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
size_t | hash () const |
template<class T > | |
void | hash_combine (std::size_t &seed, const T &v) |
bool | operator== (const TriedPattern &other) const |
void | push_back (short unsigned int i) |
push back value, and update the hash More... | |
values::size_type | size () const |
TriedPattern () | |
Private Attributes | |
size_t | hash_ |
values | values_ |
Definition at line 112 of file DTCombinatorialPatternReco.h.
typedef values::const_iterator DTCombinatorialPatternReco::TriedPattern::const_iterator |
Definition at line 142 of file DTCombinatorialPatternReco.h.
typedef std::vector<short unsigned int> DTCombinatorialPatternReco::TriedPattern::values |
Definition at line 114 of file DTCombinatorialPatternReco.h.
|
inline |
Definition at line 117 of file DTCombinatorialPatternReco.h.
References values_.
|
inline |
Definition at line 143 of file DTCombinatorialPatternReco.h.
References values_.
Referenced by DTCombinatorialPatternReco::findCompatibleHits().
|
inline |
Definition at line 144 of file DTCombinatorialPatternReco.h.
References values_.
Referenced by DTCombinatorialPatternReco::findCompatibleHits().
|
inline |
return the hash: equal objects MUST have the same hash, different ones should have different ones
Definition at line 139 of file DTCombinatorialPatternReco.h.
References hash_.
Referenced by hash_value(), and DTCombinatorialPatternReco::TriedPattern::HashFunction::operator()().
|
inline |
Definition at line 127 of file DTCombinatorialPatternReco.h.
References visDQMUpload::hasher.
Referenced by push_back().
|
inline |
Definition at line 120 of file DTCombinatorialPatternReco.h.
References hash_, and values_.
|
inline |
push back value, and update the hash
Definition at line 133 of file DTCombinatorialPatternReco.h.
References hash_, hash_combine(), and values_.
Referenced by DTCombinatorialPatternReco::findCompatibleHits().
|
inline |
Definition at line 145 of file DTCombinatorialPatternReco.h.
References values_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 155 of file DTCombinatorialPatternReco.h.
Referenced by hash(), operator==(), and push_back().
|
private |
Definition at line 154 of file DTCombinatorialPatternReco.h.
Referenced by begin(), end(), operator==(), push_back(), size(), and TriedPattern().