#include <GoldenPattern.h>
Public Member Functions | |
Key (int iEta=99, unsigned int iPt=0, int iCharge=0, unsigned int iNumber=999) | |
unsigned int | number () const |
bool | operator< (const Key &o) const |
bool | operator== (const Key &o) const |
Public Attributes | |
int | theCharge |
int | theEtaCode |
unsigned int | theNumber |
unsigned int | thePtCode |
Friends | |
std::ostream & | operator<< (std::ostream &out, const Key &o) |
Definition at line 15 of file GoldenPattern.h.
|
inline |
Definition at line 17 of file GoldenPattern.h.
|
inline |
Definition at line 31 of file GoldenPattern.h.
References theNumber.
Referenced by OMTFSorter::sortRefHitResults().
|
inline |
|
inline |
Definition at line 22 of file GoldenPattern.h.
References theCharge, theEtaCode, theNumber, and thePtCode.
|
friend |
Definition at line 26 of file GoldenPattern.h.
Referenced by GoldenPattern::pdfValue().
int Key::theCharge |
Definition at line 35 of file GoldenPattern.h.
Referenced by operator==(), OMTFSorter::sortRefHitResults(), XMLConfigWriter::writeGPData(), OMTFPatternMaker::writeMergedGPs(), and XMLConfigWriter::writeResultsData().
int Key::theEtaCode |
Definition at line 33 of file GoldenPattern.h.
Referenced by operator==(), and XMLConfigWriter::writeResultsData().
unsigned int Key::theNumber |
Definition at line 36 of file GoldenPattern.h.
Referenced by number(), operator<(), and operator==().
unsigned int Key::thePtCode |
Definition at line 34 of file GoldenPattern.h.
Referenced by OMTFProcessor::averagePatterns(), operator==(), OMTFSorter::sortRefHitResults(), XMLConfigWriter::writeGPData(), OMTFPatternMaker::writeMergedGPs(), and XMLConfigWriter::writeResultsData().