Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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_Key
less
 

Detailed Description

Definition at line 146 of file G4FastPathHadronicCrossSection.hh.

Member Function Documentation

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

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

Definition at line 147 of file G4FastPathHadronicCrossSection.hh.


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