CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/TkSeedingLayers/interface/SeedComparitorFactory.h

Go to the documentation of this file.
00001 #ifndef RecoTracker_TkSeedingLayers_SeedComparitorFactory_H
00002 #define RecoTracker_TkSeedingLayers_SeedComparitorFactory_H
00003 
00004 #include "RecoTracker/TkSeedingLayers/interface/SeedComparitor.h"
00005 namespace edm {class ParameterSet;}
00006 
00007 #include "FWCore/PluginManager/interface/PluginFactory.h"
00008 
00009 typedef edmplugin::PluginFactory<SeedComparitor *(const edm::ParameterSet&)> SeedComparitorFactory;
00010 
00011 #endif