![]() |
![]() |
00001 #ifndef ConversionVertexFinder_H 00002 #define ConversionVertexFinder_H 00003 00012 #include "TrackingTools/TransientTrack/interface/TransientTrack.h" 00013 #include "RecoVertex/VertexPrimitives/interface/TransientVertex.h" 00014 #include "RecoVertex/KalmanVertexFit/interface/KalmanVertexFitter.h" 00015 // 00016 #include "DataFormats/TrackReco/interface/Track.h" 00017 #include "DataFormats/TrackReco/interface/TrackExtra.h" 00018 #include "DataFormats/VertexReco/interface/Vertex.h" 00019 // 00020 #include "FWCore/Framework/interface/ESHandle.h" 00021 #include "FWCore/Framework/interface/EventSetup.h" 00022 #include "FWCore/Framework/interface/Event.h" 00023 #include <vector> 00024 00025 00026 class ConversionVertexFinder { 00027 00028 public: 00029 00030 ConversionVertexFinder(); 00031 00032 00033 ~ConversionVertexFinder(); 00034 00035 00036 TransientVertex run (std::vector<reco::TransientTrack> pair); 00037 00038 00039 00040 00041 00042 }; 00043 00044 #endif // ConversionVertexFinder_H 00045 00046