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

Member Typedef Documentation

◆ result_type

Definition at line 59 of file ConversionTrackFinder.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 60 of file ConversionTrackFinder.h.

60 { return t.foundHits(); }

References submitPVValidationJobs::t.

◆ operator()() [2/2]

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

Definition at line 61 of file ConversionTrackFinder.h.

61 { return t->foundHits(); }

References submitPVValidationJobs::t.

submitPVValidationJobs.t
string t
Definition: submitPVValidationJobs.py:644