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

ClusterIsAssoc.h

Go to the documentation of this file.
00001 #ifndef ATLFAST_CLUSTERISASSOCIATED_H
00002 #define ATLFAST_CLUSTERISASSOCIATED_H
00003 
00004 #include "AtlfastEvent/ReconstructedParticle.h"
00005 
00006 
00007 //--------------------------------------------------------
00008 
00009 namespace Atlfast {
00010   
00011   class IAssociationManager;
00012 
00013   class ClusterIsAssoc {
00014     
00015   public:
00016     
00017     ClusterIsAssoc(){}
00018     
00019     bool operator() ( IAssociationManager* c ) const {
00020       ReconstructedParticle rp;
00021       return ( (c->associations(rp)).size()>0);
00022     }      
00023   };
00024 }  // End namespace
00025 
00026 
00027 
00028 
00029 #endif
00030 
00031 
00032 
00033 
00034 

Generated on Tue Mar 18 11:18:23 2003 for AtlfastAlgs by doxygen1.3-rc1