LDMX Software
trigscint::TrigScintTrackProducer::LUTKeyHash Struct Reference

Public Member Functions

size_t operator() (const LUTKey &k) const
 

Detailed Description

Definition at line 104 of file TrigScintTrackProducer.h.

Member Function Documentation

◆ operator()()

size_t trigscint::TrigScintTrackProducer::LUTKeyHash::operator() ( const LUTKey & k) const
inline

Definition at line 105 of file TrigScintTrackProducer.h.

105 {
106 return std::hash<float>()(k.p1_) ^ (std::hash<float>()(k.p2_) << 1) ^
107 (std::hash<float>()(k.p3_) << 2);
108 }

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