Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
CompMoleculePointer Struct Reference

Public Member Functions

bool operator() (const G4Molecule *mol1, const G4Molecule *mol2) const
 

Detailed Description

Definition at line 45 of file G4MolecularDissociationChannel.cc.

Member Function Documentation

bool CompMoleculePointer::operator() ( const G4Molecule mol1,
const G4Molecule mol2 
) const
inline

Definition at line 47 of file G4MolecularDissociationChannel.cc.

48  {
49  return (*mol1) < (*mol2);
50  }

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