#include <DTCombinatorialPatternReco.h>
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 |
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 113 of file DTCombinatorialPatternReco.h.
typedef values::const_iterator DTCombinatorialPatternReco::TriedPattern::const_iterator |
Definition at line 136 of file DTCombinatorialPatternReco.h.
typedef std::vector<short unsigned int> DTCombinatorialPatternReco::TriedPattern::values |
Definition at line 115 of file DTCombinatorialPatternReco.h.
|
inline |
Definition at line 118 of file DTCombinatorialPatternReco.h.
|
inline |
Definition at line 137 of file DTCombinatorialPatternReco.h.
Referenced by DTCombinatorialPatternReco::findCompatibleHits().
|
inline |
Definition at line 138 of file DTCombinatorialPatternReco.h.
Referenced by DTCombinatorialPatternReco::findCompatibleHits().
|
inline |
return the hash: equal objects MUST have the same hash, different ones should have different ones
Definition at line 133 of file DTCombinatorialPatternReco.h.
Referenced by hash_value().
|
inline |
Definition at line 121 of file DTCombinatorialPatternReco.h.
References hash_, and values_.
|
inline |
push back value, and update the hash
Definition at line 127 of file DTCombinatorialPatternReco.h.
Referenced by DTCombinatorialPatternReco::findCompatibleHits().
|
inline |
Definition at line 139 of file DTCombinatorialPatternReco.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 142 of file DTCombinatorialPatternReco.h.
Referenced by operator==().
|
private |
Definition at line 141 of file DTCombinatorialPatternReco.h.
Referenced by operator==().