CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoVertex/ConfigurableVertexReco/interface/ConfigurableKalmanFitter.h

Go to the documentation of this file.
00001 #ifndef _ConfigurableKalmanFitter_H_
00002 #define _ConfigurableKalmanFitter_H_
00003 
00004 #include "RecoVertex/ConfigurableVertexReco/interface/AbstractConfFitter.h"
00005 
00010 class ConfigurableKalmanFitter : public AbstractConfFitter
00011 {
00012   public:
00013     ConfigurableKalmanFitter ();
00014     void configure ( const edm::ParameterSet & );
00015     ConfigurableKalmanFitter ( const ConfigurableKalmanFitter & o );
00016     ~ConfigurableKalmanFitter();
00017     ConfigurableKalmanFitter * clone () const;
00018     edm::ParameterSet defaults() const;
00019 
00020 };
00021 
00022 #endif