CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConfigurableVertexReconstructor.h
Go to the documentation of this file.
1 #ifndef _ConfigurableVertexReconstructor_H_
2 #define _ConfigurableVertexReconstructor_H_
3 
6 #include <string>
7 #include <map>
8 
14 {
15  public:
19 
20  std::vector < TransientVertex > vertices ( const std::vector < reco::TransientTrack > & ) const;
21  std::vector < TransientVertex > vertices ( const std::vector < reco::TransientTrack > &,
22  const reco::BeamSpot & ) const;
23  std::vector < TransientVertex > vertices ( const std::vector < reco::TransientTrack > &,
24  const std::vector < reco::TransientTrack > &, const reco::BeamSpot & ) const;
25 
27 
28  private:
30 };
31 
32 #endif
std::vector< TransientVertex > vertices(const std::vector< reco::TransientTrack > &) const
ConfigurableVertexReconstructor(const edm::ParameterSet &)
ConfigurableVertexReconstructor * clone() const