CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/ReferenceTrajectories/interface/TrajectoryFactoryPlugin.h

Go to the documentation of this file.
00001 #ifndef Alignment_ReferenceTrajectories_TrajectoryFactoryPlugin_h
00002 #define Alignment_ReferenceTrajectories_TrajectoryFactoryPlugin_h
00003 
00004 #include "FWCore/PluginManager/interface/PluginFactory.h"
00005 #include "Alignment/ReferenceTrajectories/interface/TrajectoryFactoryBase.h"
00006 
00007 #include <string>
00008 
00010 
00011 
00012 typedef edmplugin::PluginFactory< TrajectoryFactoryBase *( const edm::ParameterSet & ) >
00013                    TrajectoryFactoryPlugin;
00014 
00015 #endif