G4SmartVoxelStat::ByCpu Struct Reference

#include <G4SmartVoxelStat.hh>


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.

References G4SmartVoxelStat::GetTotalTime().

00113       {
00114         return a.GetTotalTime() > b.GetTotalTime();
00115       }


The documentation for this struct was generated from the following file:
Generated on Mon May 27 17:53:24 2013 for Geant4 by  doxygen 1.4.7