LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
art::ProductID::Hash Struct Reference

#include "ProductID.h"

Public Member Functions

std::size_t operator() (ProductID const pid) const
 

Detailed Description

Definition at line 64 of file ProductID.h.

Member Function Documentation

std::size_t art::ProductID::Hash::operator() ( ProductID const  pid) const
inline

Definition at line 66 of file ProductID.h.

References art::ProductID::toID(), and art::ProductID::value().

67  {
68  return pid.value(); // since the ID is already a checksum, don't
69  // worry about further hashing
70  }

The documentation for this struct was generated from the following file: