CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
ConversionTrackFinder::ExtractNumOfHits Struct Reference

#include <ConversionTrackFinder.h>

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 66 of file ConversionTrackFinder.h.

Member Typedef Documentation

◆ result_type

Definition at line 67 of file ConversionTrackFinder.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 68 of file ConversionTrackFinder.h.

References submitPVValidationJobs::t.

68 { return t.foundHits(); }

◆ operator()() [2/2]

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

Definition at line 69 of file ConversionTrackFinder.h.

References submitPVValidationJobs::t.

69 { return t->foundHits(); }