#include <Vertex.h>
Public Types | |
typedef TTTrack < Ref_Phase2TrackerDigi_ > | Track_t |
Public Member Functions | |
float | pt () const |
const std::vector< edm::Ptr < Track_t > > & | tracks () const |
Vertex () | |
Vertex (float pt, float z0, const std::vector< edm::Ptr< Track_t >> &tracks) | |
float | z0 () const |
~Vertex () | |
Private Attributes | |
float | pt_ |
std::vector< edm::Ptr< Track_t > > | tracks_ |
float | z0_ |
Definition at line 7 of file Vertex.cc.
float l1t::Vertex::pt | ( | ) | const |
Definition at line 12 of file Vertex.cc.
References pt_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), l1tVertexFinder::RecoVertex< T >::RecoVertex(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
const std::vector< edm::Ptr< Vertex::Track_t > > & l1t::Vertex::tracks | ( | void | ) | const |
Definition at line 16 of file Vertex.cc.
References tracks_.
Referenced by l1tVertexFinder::getPrimaryVertex(), and l1tVertexFinder::RecoVertex< T >::RecoVertex().
float l1t::Vertex::z0 | ( | ) | const |
Definition at line 14 of file Vertex.cc.
References z0_.
Referenced by l1tVertexFinder::RecoVertex< T >::RecoVertex().