Atlfast::ClusterIsAssoc Class Reference

Utility to see if an IAOO has an associated ReconstructedParticle. More...

#include <ClusterIsAssoc.h>

List of all members.

Public Member Functions

 ClusterIsAssoc ()
bool operator() (IAOO *c) const


Detailed Description

Utility to see if an IAOO has an associated ReconstructedParticle.

Definition at line 19 of file ClusterIsAssoc.h.


Constructor & Destructor Documentation

Atlfast::ClusterIsAssoc::ClusterIsAssoc (  )  [inline]

Empty constructor

Definition at line 24 of file ClusterIsAssoc.h.

00024 {}


Member Function Documentation

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     }      


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 14:19:37 2007 for AtlfastAlgs by  doxygen 1.5.1