CMS 3D CMS Logo

List of all members | Public Member Functions
edm::dqh::parentage_hash Struct Reference

#include <DaqProvenanceHelper.h>

Public Member Functions

std::size_t operator() (edm::ParentageID const &iKey) const
 

Detailed Description

Definition at line 22 of file DaqProvenanceHelper.h.

Member Function Documentation

std::size_t edm::dqh::parentage_hash::operator() ( edm::ParentageID const &  iKey) const
inline

Definition at line 23 of file DaqProvenanceHelper.h.

References edm::Hash< I >::smallHash().

23 { return iKey.smallHash(); }