#include <TertiaryTracksVertexFinder.h>
Public Member Functions | |
virtual TertiaryTracksVertexFinder * | clone () const |
AddTvTrack::TrackInfoVector | getTrackInfo () |
TertiaryTracksVertexFinder () | |
virtual std::vector < TransientVertex > | vertices (const std::vector< reco::TransientTrack > &tracks) const |
virtual std::vector < TransientVertex > | vertices (const std::vector< reco::TransientTrack > &tracks, const TransientVertex &pv) const |
virtual | ~TertiaryTracksVertexFinder () |
Public Member Functions inherited from VertexReconstructor | |
VertexReconstructor () | |
virtual std::vector < TransientVertex > | vertices (const std::vector< reco::TransientTrack > &t, const reco::BeamSpot &) const |
virtual std::vector < TransientVertex > | vertices (const std::vector< reco::TransientTrack > &primaries, const std::vector< reco::TransientTrack > &tracks, const reco::BeamSpot &spot) const |
virtual | ~VertexReconstructor () |
Private Attributes | |
ConfigurableTertiaryTracksVertexFinder * | theFinder |
Definition at line 7 of file TertiaryTracksVertexFinder.h.
TertiaryTracksVertexFinder::TertiaryTracksVertexFinder | ( | ) |
Definition at line 9 of file TertiaryTracksVertexFinder.cc.
References theFinder.
Referenced by clone().
|
virtual |
Definition at line 19 of file TertiaryTracksVertexFinder.cc.
References theFinder.
|
inlinevirtual |
Implements VertexReconstructor.
Definition at line 26 of file TertiaryTracksVertexFinder.h.
References TertiaryTracksVertexFinder().
|
inline |
Definition at line 31 of file TertiaryTracksVertexFinder.h.
References ConfigurableTertiaryTracksVertexFinder::getTrackInfo(), and theFinder.
|
inlinevirtual |
Reconstruct vertices
Implements VertexReconstructor.
Definition at line 17 of file TertiaryTracksVertexFinder.h.
References theFinder, and ConfigurableTertiaryTracksVertexFinder::vertices().
|
inlinevirtual |
Definition at line 22 of file TertiaryTracksVertexFinder.h.
References theFinder, and ConfigurableTertiaryTracksVertexFinder::vertices().
|
private |
Definition at line 35 of file TertiaryTracksVertexFinder.h.
Referenced by getTrackInfo(), TertiaryTracksVertexFinder(), vertices(), and ~TertiaryTracksVertexFinder().