CMS 3D CMS Logo

ConversionTrackFinder::ExtractNumOfHits Struct Reference

#include <RecoEgamma/EgammaPhotonAlgos/interface/ConversionTrackFinder.h>

List of all members.

Public Types

typedef int result_type

Public Member Functions

result_type operator() (const Trajectory *t) const
result_type operator() (const Trajectory &t) const


Detailed Description

Definition at line 69 of file ConversionTrackFinder.h.


Member Typedef Documentation

typedef int ConversionTrackFinder::ExtractNumOfHits::result_type

Definition at line 70 of file ConversionTrackFinder.h.


Member Function Documentation

result_type ConversionTrackFinder::ExtractNumOfHits::operator() ( const Trajectory t  )  const [inline]

Definition at line 72 of file ConversionTrackFinder.h.

References Trajectory::foundHits().

00072 {return t->foundHits();}

result_type ConversionTrackFinder::ExtractNumOfHits::operator() ( const Trajectory t  )  const [inline]

Definition at line 71 of file ConversionTrackFinder.h.

References Trajectory::foundHits().

00071 {return t.foundHits();}


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:16:49 2009 for CMSSW by  doxygen 1.5.4