#include <GoldenPattern.h>
Public Member Functions | |
Key (int iEta=99, unsigned int iPt=0, int iCharge=0) | |
bool | operator< (const Key &o) const |
bool | operator== (const Key &o) const |
Public Attributes | |
int | theCharge |
int | theEtaCode |
unsigned int | thePtCode |
Friends | |
std::ostream & | operator<< (std::ostream &out, const Key &o) |
Definition at line 14 of file GoldenPattern.h.
|
inline |
Definition at line 16 of file GoldenPattern.h.
|
inline |
|
inline |
|
friend |
Definition at line 30 of file GoldenPattern.h.
int Key::theCharge |
Definition at line 37 of file GoldenPattern.h.
Referenced by operator<(), operator==(), OMTFSorter::sortRefHitResults(), XMLConfigWriter::writeGPData(), OMTFPatternMaker::writeMergedGPs(), and XMLConfigWriter::writeResultsData().
int Key::theEtaCode |
Definition at line 35 of file GoldenPattern.h.
Referenced by operator<(), operator==(), and XMLConfigWriter::writeResultsData().
unsigned int Key::thePtCode |
Definition at line 36 of file GoldenPattern.h.
Referenced by OMTFProcessor::averagePatterns(), operator<(), operator==(), OMTFSorter::sortRefHitResults(), XMLConfigWriter::writeGPData(), OMTFPatternMaker::writeMergedGPs(), and XMLConfigWriter::writeResultsData().