CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TertiaryTracksVertexFinder.h
Go to the documentation of this file.
1 #ifndef _TertiaryTracksVertexFinder_H_
2 #define _TertiaryTracksVertexFinder_H_
3 
6 
8 
9  public:
10 
12 
14 
15  virtual std::vector<TransientVertex>
16  vertices(const std::vector<reco::TransientTrack> & tracks) const {
17  return theFinder->vertices(tracks);
18  }
19 
20  virtual std::vector<TransientVertex>
21  vertices(const std::vector<reco::TransientTrack> & tracks, const TransientVertex& pv) const {
22  return theFinder->vertices(tracks,pv);
23  }
24 
25  virtual TertiaryTracksVertexFinder * clone() const {
26  return new TertiaryTracksVertexFinder(*this);
27  }
28 
29 
31 
32  private:
33 
35 
36 };
37 
38 
39 #endif
40 
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 * clone() const
AddTvTrack::TrackInfoVector getTrackInfo()
tuple tracks
Definition: testEve_cfg.py:39
virtual std::vector< TransientVertex > vertices(const std::vector< reco::TransientTrack > &) const
std::vector< TrackInfo > TrackInfoVector
Definition: AddTvTrack.h:48
ConfigurableTertiaryTracksVertexFinder * theFinder