Public Member Functions | Public Attributes | List of all members
CRT::TwoCRTMatching::removePairIndex Struct Reference

Public Member Functions

 removePairIndex (const tracksPair &tracksPair0)
 
bool operator() (const tracksPair &tracksPair2)
 

Public Attributes

const tracksPair tracksPair1
 

Detailed Description

Definition at line 243 of file TwoCRTMatching_module.cc.

Constructor & Destructor Documentation

CRT::TwoCRTMatching::removePairIndex::removePairIndex ( const tracksPair tracksPair0)
inline

Definition at line 246 of file TwoCRTMatching_module.cc.

246 : tracksPair1(tracksPair0) {}

Member Function Documentation

bool CRT::TwoCRTMatching::removePairIndex::operator() ( const tracksPair tracksPair2)
inline

Definition at line 248 of file TwoCRTMatching_module.cc.

248  {
249  return (tracksPair1.recoId == tracksPair2.recoId || tracksPair1.tempId == tracksPair2.tempId);
250  }

Member Data Documentation

const tracksPair CRT::TwoCRTMatching::removePairIndex::tracksPair1

Definition at line 245 of file TwoCRTMatching_module.cc.


The documentation for this struct was generated from the following file: