#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 108 of file DTCombinatorialPatternReco.h.
typedef values::const_iterator DTCombinatorialPatternReco::TriedPattern::const_iterator |
Definition at line 138 of file DTCombinatorialPatternReco.h.
typedef std::vector<short unsigned int> DTCombinatorialPatternReco::TriedPattern::values |
Definition at line 110 of file DTCombinatorialPatternReco.h.
|
inline |
Definition at line 113 of file DTCombinatorialPatternReco.h.
References values_.
|
inline |
|
inline |
|
inline |
return the hash: equal objects MUST have the same hash, different ones should have different ones
Definition at line 135 of file DTCombinatorialPatternReco.h.
References hash_.
|
inline |
Definition at line 123 of file DTCombinatorialPatternReco.h.
References visDQMUpload::hasher, fileCollector::seed, and findQualityFiles::v.
Referenced by push_back().
|
inline |
Definition at line 116 of file DTCombinatorialPatternReco.h.
References hash_, trackingPlots::other, and values_.
|
inline |
push back value, and update the hash
Definition at line 129 of file DTCombinatorialPatternReco.h.
References hash_, hash_combine(), mps_fire::i, and values_.
|
inline |
Definition at line 141 of file DTCombinatorialPatternReco.h.
References values_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 151 of file DTCombinatorialPatternReco.h.
Referenced by hash(), operator==(), and push_back().
|
private |
Definition at line 150 of file DTCombinatorialPatternReco.h.
Referenced by begin(), end(), operator==(), push_back(), size(), and TriedPattern().