CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/KalmanAlignmentAlgorithm/interface/KalmanAlignmentUpdatorPlugin.h

Go to the documentation of this file.
00001 #ifndef Alignment_KalmanAlignmentAlgorithm_KalmanAlignmentUpdatorPlugin_h
00002 #define Alignment_KalmanAlignmentAlgorithm_KalmanAlignmentUpdatorPlugin_h
00003 
00004 #include "FWCore/PluginManager/interface/PluginFactory.h"
00005 #include "Alignment/KalmanAlignmentAlgorithm/interface/KalmanAlignmentUpdator.h"
00006 
00008 
00009 
00010 // Forward declaration
00011 namespace edm { class ParameterSet; }
00012 
00013 typedef edmplugin::PluginFactory<KalmanAlignmentUpdator* ( const edm::ParameterSet& ) >
00014                    KalmanAlignmentUpdatorPlugin;
00015 
00016  
00017 #endif