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

AscendingEta.h

Go to the documentation of this file.
00001 //*************************************************************************
00002 //*                                                                       *
00003 //*                     class AscendingEta GenParticle binary predicate   *
00004 //*                                                                       *
00005 //* Order GenParicles by ascending eta                                    *
00006 //*************************************************************************  
00007 #ifndef HEPMCHELPER_ASCENDINGETA_H
00008 #define HEPMCHELPER_ASCENDINGETA_H
00009 
00010 #ifndef HEPMCHELPER_IMCSELECTOR_H 
00011 #include "AtlfastUtils/HepMC_helper/IMCselector.h"
00012 #endif
00013 
00014 namespace HepMC_helper{
00015   
00016   class AscendingEta {
00017   public:
00018     bool operator() 
00019       ( const Particle* const a, 
00020         const Particle* const b ) const;
00021     bool operator() 
00022       ( const Particle& a, 
00023         const Particle& b ) const;
00024   };
00025 }//namespace
00026 #endif

Generated on Wed Jan 15 11:00:29 2003 for AtlfastUtils by doxygen1.3-rc1