#include <ClusterIsAssoc.h>
Public Methods | |
ClusterIsAssoc () | |
bool | operator() (IAssociationManager *c) const |
|
Definition at line 17 of file ClusterIsAssoc.h.
00017 {} |
|
Definition at line 19 of file ClusterIsAssoc.h.
00019 {
00020 ReconstructedParticle rp;
00021 return ( (c->associations(rp)).size()>0);
00022 }
|