1 #ifndef DataFormats_Provenance_Hash_h 2 #define DataFormats_Provenance_Hash_h 29 namespace hash_detail {
65 bool operator<(Hash<I>
const&
other)
const;
69 std::ostream&
print(std::ostream& os)
const;
91 template <
typename Op>
95 if (meCF == otherCF) {
147 return this->compareUsing(
other, std::less<std::string>());
152 return this->compareUsing(
other, std::greater<std::string>());
157 return this->compareUsing(
other, std::equal_to<std::string>());
162 return this->compareUsing(
other, std::not_equal_to<std::string>());
182 hash_.swap(
other.hash_);
210 inline std::ostream& operator<<(std::ostream& os, Hash<I>
const&
h) {
void toDigest_(cms::Digest &digest, value_type const &hash)
bool isCompactForm_(value_type const &hash)
Basic3DVector & operator=(const Basic3DVector &)=default
Assignment operator.
bool isValid_(value_type const &hash)
void fixup_(value_type &hash)
std::ostream & print_(std::ostream &os, value_type const &hash)
const bool isValid(const Frame &aFrame, const FrameQuality &aQuality, const uint16_t aExpectedPos)
static short Class_Version()
bool operator<(IOVSyncValue const &iLHS, IOVSyncValue const &iRHS)
bool operator==(Hash< I > const &other) const
void toString_(std::string &result, value_type const &hash)
size_t smallHash() const
returns a short hash which can be used with hashing containers
bool operator>(DTCELinkId const &lhs, DTCELinkId const &rhs)
void swap(Hash< I > &other)
size_t smallHash_(value_type const &hash)
void throwIfIllFormed() const
void swap(Hash< I > &a, Hash< I > &b)
Hash< I > & operator=(Hash< I > const &iRHS)
value_type compactForm_(value_type const &hash)
void toDigest(cms::Digest &digest) const
bool operator==(const QGLikelihoodParameters &lhs, const QGLikelihoodCategory &rhs)
Test if parameters are compatible with category.
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
value_type compactForm() const
Namespace of DDCMS conversion namespace.
bool operator!=(DTCELinkId const &lhs, DTCELinkId const &rhs)
void toString(std::string &result) const
std::ostream & print(std::ostream &os) const
bool operator!=(Hash< I > const &other) const
bool operator>(Hash< I > const &other) const
hash_detail::value_type value_type
std::string const & InvalidHash()
bool compareUsing(Hash< I > const &iOther, Op op) const
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
void throwIfIllFormed(value_type const &hash)
void reset(double vett[256])
bool isCompactForm() const