![]() |
![]() |
#include <InternalObj.h>
Public Member Functions | |
InternalObj () | |
InternalObj (float pt, float eta, float phi, float disc=-999, int bx=0, int q=-1, int charge=99, int refLayer=-1) | |
bool | isValid () const |
bool | operator< (const InternalObj &o) const |
Public Attributes | |
int | bx |
int | charge |
float | disc |
float | eta |
int | hits |
float | phi |
float | pt |
int | q |
int | refLayer |
Friends | |
std::ostream & | operator<< (std::ostream &out, const InternalObj &o) |
Definition at line 6 of file InternalObj.h.
|
inline |
Definition at line 14 of file InternalObj.h.
|
inline |
|
inline |
Definition at line 20 of file InternalObj.h.
References q.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 22 of file InternalObj.h.
|
friend |
Definition at line 5 of file InternalObj.cc.
int InternalObj::bx |
Definition at line 10 of file InternalObj.h.
Referenced by operator<<().
int InternalObj::charge |
Definition at line 10 of file InternalObj.h.
Referenced by operator<<(), and XMLConfigWriter::writeCandidateData().
float InternalObj::disc |
Definition at line 9 of file InternalObj.h.
Referenced by operator<(), operator<<(), and XMLConfigWriter::writeCandidateData().
float InternalObj::eta |
Definition at line 8 of file InternalObj.h.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), operator<<(), Jet.Jet::puJetId(), and XMLConfigWriter::writeCandidateData().
int InternalObj::hits |
Definition at line 12 of file InternalObj.h.
Referenced by operator<<(), and OMTFSorter::sortRefHitResults().
float InternalObj::phi |
Definition at line 8 of file InternalObj.h.
Referenced by Particle.Particle::__str__(), operator<<(), and XMLConfigWriter::writeCandidateData().
float InternalObj::pt |
Definition at line 8 of file InternalObj.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDTight(), operator<<(), L1TMuonOverlapTrackProducer::produce(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), Jet.Jet::setCorrP4(), and XMLConfigWriter::writeCandidateData().
int InternalObj::q |
Definition at line 10 of file InternalObj.h.
Referenced by isValid(), operator<(), operator<<(), and XMLConfigWriter::writeCandidateData().
int InternalObj::refLayer |
Definition at line 11 of file InternalObj.h.
Referenced by operator<<(), and XMLConfigWriter::writeCandidateData().