OscProb
std::hash< OscProb::EigenPoint > Struct Reference

#include <EigenPoint.h>

Public Member Functions

auto operator() (const OscProb::EigenPoint &ep) const -> size_t
 

Detailed Description

Definition at line 46 of file EigenPoint.h.

Member Function Documentation

◆ operator()()

auto std::hash< OscProb::EigenPoint >::operator() ( const OscProb::EigenPoint ep) const -> size_t
inline

Definition at line 47 of file EigenPoint.h.

48 {
49 return hash<double>()(ep.fNE) ^ hash<double>()(ep.fPath.zoa);
50 }
NuPath fPath
Neutrino path.
Definition: EigenPoint.h:29
double fNE
Energy-density.
Definition: EigenPoint.h:31
double zoa
The effective Z/A value of the path segment.
Definition: NuPath.h:80

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