#include <ClusterIsAssoc.h>
Public Member Functions | |
ClusterIsAssoc () | |
bool | operator() (IAOO *c) const |
Definition at line 19 of file ClusterIsAssoc.h.
Atlfast::ClusterIsAssoc::ClusterIsAssoc | ( | ) | [inline] |
bool Atlfast::ClusterIsAssoc::operator() | ( | IAOO * | c | ) | const [inline] |
TypeVisitor is used to see if the IAOO has any associated ReconstructedParticles
Definition at line 28 of file ClusterIsAssoc.h.
00028 { 00029 TypeVisitor tv(c); 00030 return ( !((tv.typeVector(ReconstructedParticle())).empty()) ); 00031 }