Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

TMuiRoadFinder::road_less_ftor Struct Reference

#include <TMuiRoadFinder.h>

List of all members.

Public Methods

bool operator() (Road &road1, Road &road2)


Member Function Documentation

bool operator() Road   road1,
Road   road2
[inline]
 

Definition at line 420 of file TMuiRoadFinder.h.

00421     {
00422       if(road1.get_cluster_list() < road2.get_cluster_list()) {
00423         return true;
00424       } 
00425       else {
00426         return false;
00427       }
00428     }


The documentation for this struct was generated from the following file:
MUIOO: PHENIX Muon Identifier Analysis Framework. Documentation by doxygen
Last modified: