Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4FastPathHadronicCrossSection::fastPathRequestConfig_Less Struct Reference

#include <G4FastPathHadronicCrossSection.hh>

Public Member Functions

bool operator() (const fastPathRequestConfig_t &lhs, const fastPathRequestConfig_t &rhs) const
 

Public Attributes

std::less< G4CrossSectionDataStore_Keyless
 

Detailed Description

Definition at line 146 of file G4FastPathHadronicCrossSection.hh.

Member Function Documentation

◆ operator()()

bool G4FastPathHadronicCrossSection::fastPathRequestConfig_Less::operator() ( const fastPathRequestConfig_t lhs,
const fastPathRequestConfig_t rhs 
) const
inline

Definition at line 148 of file G4FastPathHadronicCrossSection.hh.

148 {
149 return less(lhs.part_mat,rhs.part_mat);
150 }

Member Data Documentation

◆ less

std::less<G4CrossSectionDataStore_Key> G4FastPathHadronicCrossSection::fastPathRequestConfig_Less::less

Definition at line 147 of file G4FastPathHadronicCrossSection.hh.

Referenced by operator()().


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