Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4SmartVoxelStat::ByCpu Struct Reference

#include <G4SmartVoxelStat.hh>

Inheritance diagram for G4SmartVoxelStat::ByCpu:
Collaboration diagram for G4SmartVoxelStat::ByCpu:

Public Member Functions

G4bool operator() (const G4SmartVoxelStat &a, const G4SmartVoxelStat &b)
 

Detailed Description

Definition at line 108 of file G4SmartVoxelStat.hh.

Member Function Documentation

G4bool G4SmartVoxelStat::ByCpu::operator() ( const G4SmartVoxelStat a,
const G4SmartVoxelStat b 
)
inline

Definition at line 112 of file G4SmartVoxelStat.hh.

113  {
114  return a.GetTotalTime() > b.GetTotalTime();
115  }
G4double GetTotalTime() const

Here is the call graph for this function:


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