CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Alignment/KalmanAlignmentAlgorithm/interface/KalmanAlignmentMetricsUpdatorPlugin.h

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