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 22 of file Event.hh.


Member Function Documentation

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

Definition at line 24 of file Event.hh.

00025    {
00026     return lhs->getAnalogValue() > rhs->getAnalogValue();
00027    }


The documentation for this struct was generated from the following file:
Generated on Mon Jan 7 13:19:02 2013 for MicromegasFramework by  doxygen 1.4.7