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

Member Typedef Documentation

◆ result_type

Definition at line 57 of file ConversionTrackFinder.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 58 of file ConversionTrackFinder.h.

58 { return t.foundHits(); }

References OrderedSet::t.

◆ operator()() [2/2]

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

Definition at line 59 of file ConversionTrackFinder.h.

59 { return t->foundHits(); }

References OrderedSet::t.

OrderedSet.t
t
Definition: OrderedSet.py:90