CMS 3D CMS Logo

VisG4PathDetails::less Struct Reference

#include <VisGeant4/VisG4Volumes/interface/VisG4Details.h>

List of all members.

Public Member Functions

bool operator() (const VisG4PathDetails &x, const VisG4PathDetails &y)


Detailed Description

Definition at line 102 of file VisG4Details.h.


Member Function Documentation

bool VisG4PathDetails::less::operator() ( const VisG4PathDetails x,
const VisG4PathDetails y 
)

Definition at line 268 of file VisG4Details.cc.

References VisG4PathDetails::path().

00270 {
00271     if (x.path () < y.path ())
00272         return true;
00273     return false;
00274 }


The documentation for this struct was generated from the following files:
Generated on Tue Jun 9 18:35:24 2009 for CMSSW by  doxygen 1.5.4