sorter Struct Reference

#include <Event.hh>

List of all members.

Public Member Functions

bool operator() (const ChannelHit *lhs, const ChannelHit *rhs) const


Detailed Description

Definition at line 17 of file Event.hh.


Member Function Documentation

bool sorter::operator() ( const ChannelHit lhs,
const ChannelHit rhs 
) const [inline]

Definition at line 19 of file Event.hh.

00020    {
00021     return lhs->getValue() > rhs->getValue();
00022    }


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

Generated on Thu Jul 9 09:49:39 2009 for MicromegasFramework by  doxygen 1.5.8