Go to the documentation of this file.00001 #ifndef TrackingTools_TrackAssociator_DetIdAssociatorFactory_h
00002 #define TrackingTools_TrackAssociator_DetIdAssociatorFactory_h
00003
00004 #include "FWCore/PluginManager/interface/PluginFactory.h"
00005 #include "TrackingTools/TrackAssociator/interface/DetIdAssociator.h"
00006 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00007
00008 typedef edmplugin::PluginFactory<DetIdAssociator * ( const edm::ParameterSet& pSet )> DetIdAssociatorFactory;
00009
00010 #endif