CMS 3D CMS Logo

Public Member Functions

HitMatchingAlgorithm_a< T > Class Template Reference

#include <HitMatchingAlgorithm_a.h>

Inheritance diagram for HitMatchingAlgorithm_a< T >:
HitMatchingAlgorithm< T >

List of all members.

Public Member Functions

void CheckTwoMemberHitsForCompatibility (bool &aConfirmation, int &aDisplacement, int &anOffset, const L1TkStub< T > &aL1TkStub) const
 Matching operations.
 HitMatchingAlgorithm_a (const StackedTrackerGeometry *aStackedTracker)
 Data members.
 ~HitMatchingAlgorithm_a ()
 Destructor.

Detailed Description

template<typename T>
class HitMatchingAlgorithm_a< T >

//////////////////////////////////////// Stacked Tracker Simulations /// / Andrew W. Rose, IC /// Nicola Pozzobon, UNIPD /// / 2008 /// 2010, May /// ////////////////////////////////////// ************************ DECLARATION OF CLASS ************************

Definition at line 35 of file HitMatchingAlgorithm_a.h.


Constructor & Destructor Documentation

template<typename T>
HitMatchingAlgorithm_a< T >::HitMatchingAlgorithm_a ( const StackedTrackerGeometry aStackedTracker) [inline]

Data members.

Constructor

Definition at line 42 of file HitMatchingAlgorithm_a.h.

        : HitMatchingAlgorithm< T >( aStackedTracker,__func__ ) {}
template<typename T>
HitMatchingAlgorithm_a< T >::~HitMatchingAlgorithm_a ( ) [inline]

Destructor.

Definition at line 46 of file HitMatchingAlgorithm_a.h.

{}

Member Function Documentation

template<typename T>
void HitMatchingAlgorithm_a< T >::CheckTwoMemberHitsForCompatibility ( bool &  aConfirmation,
int &  aDisplacement,
int &  anOffset,
const L1TkStub< T > &  aL1TkStub 
) const [inline, virtual]

Matching operations.

Reimplemented from HitMatchingAlgorithm< T >.

Definition at line 49 of file HitMatchingAlgorithm_a.h.

      {
        aConfirmation = true; 
      }