#include <AlgoMuon.h>
Public Member Functions | |
AlgoMuon () | |
AlgoMuon (int disc=-999, int phi=9999, int eta=99, int refLayer=-1, int hits=0, int q=-1, int bx=0, int pt=-1, int charge=99) | |
int | getBx () const |
int | getCharge () const |
int | getDisc () const |
int | getEta () const |
int | getHits () const |
int | getPhi () const |
int | getPhiRHit () const |
int | getPt () const |
int | getQ () const |
int | getRefLayer () const |
bool | isValid () const |
bool | operator< (const AlgoMuon &o) const |
void | setBx (int bx) |
void | setCharge (int charge) |
void | setDisc (int disc) |
void | setEta (int eta) |
void | setHits (int hits) |
void | setPhi (int phi) |
void | setPhiRHit (int phiRHit) |
void | setPt (int pt) |
void | setQ (int q) |
void | setRefLayer (int refLayer) |
Private Attributes | |
int | m_bx |
int | m_charge |
int | m_disc |
int | m_eta |
int | m_hits |
int | m_phi |
int | m_phiRHit |
int | m_pt |
int | m_q |
int | m_refLayer |
Friends | |
std::ostream & | operator<< (std::ostream &out, const AlgoMuon &o) |
Definition at line 6 of file AlgoMuon.h.
|
inline |
|
inline |
Definition at line 12 of file AlgoMuon.h.
|
inline |
|
inline |
Definition at line 25 of file AlgoMuon.h.
References m_charge.
Referenced by operator<<(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 17 of file AlgoMuon.h.
References m_disc.
Referenced by operator<(), operator<<(), OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 19 of file AlgoMuon.h.
References m_eta.
Referenced by operator<<(), OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 21 of file AlgoMuon.h.
References m_hits.
Referenced by operator<<(), OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 18 of file AlgoMuon.h.
References m_phi.
Referenced by operator<<(), OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 26 of file AlgoMuon.h.
References m_phiRHit.
Referenced by OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 24 of file AlgoMuon.h.
References m_pt.
Referenced by operator<<(), XMLConfigWriter::writeCandidateData(), and OMTFReconstruction::writeResultToXML().
|
inline |
Definition at line 22 of file AlgoMuon.h.
References m_q.
Referenced by operator<(), operator<<(), OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
|
inline |
Definition at line 20 of file AlgoMuon.h.
References m_refLayer.
Referenced by operator<<(), OMTFSorter::sortRefHitResults(), and XMLConfigWriter::writeCandidateData().
bool AlgoMuon::isValid | ( | void | ) | const |
Definition at line 6 of file AlgoMuon.cc.
References m_q.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
bool AlgoMuon::operator< | ( | const AlgoMuon & | o | ) | const |
|
inline |
|
inline |
|
inline |
Definition at line 28 of file AlgoMuon.h.
References m_disc.
Referenced by OMTFSorter::sortSingleResult().
|
inline |
Definition at line 30 of file AlgoMuon.h.
Referenced by OMTFSorter::sortSingleResult().
|
inline |
Definition at line 32 of file AlgoMuon.h.
References m_hits.
Referenced by OMTFSorter::sortSingleResult().
|
inline |
Definition at line 29 of file AlgoMuon.h.
Referenced by OMTFSorter::sortSingleResult().
|
inline |
Definition at line 37 of file AlgoMuon.h.
References m_phiRHit.
Referenced by OMTFSorter::sortRefHitResults(), and OMTFSorter::sortSingleResult().
|
inline |
|
inline |
Definition at line 33 of file AlgoMuon.h.
References m_q, and lumiQueryAPI::q.
Referenced by OMTFSorter::sortSingleResult().
|
inline |
Definition at line 31 of file AlgoMuon.h.
References m_refLayer.
Referenced by OMTFSorter::sortSingleResult().
|
friend |
Definition at line 16 of file AlgoMuon.cc.
|
private |
Definition at line 53 of file AlgoMuon.h.
|
private |
Definition at line 55 of file AlgoMuon.h.
Referenced by getCharge(), and setCharge().
|
private |
Definition at line 47 of file AlgoMuon.h.
|
private |
Definition at line 49 of file AlgoMuon.h.
|
private |
Definition at line 51 of file AlgoMuon.h.
|
private |
Definition at line 48 of file AlgoMuon.h.
|
private |
Definition at line 56 of file AlgoMuon.h.
Referenced by getPhiRHit(), and setPhiRHit().
|
private |
Definition at line 54 of file AlgoMuon.h.
|
private |
Definition at line 52 of file AlgoMuon.h.
|
private |
Definition at line 50 of file AlgoMuon.h.
Referenced by getRefLayer(), and setRefLayer().