Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:21

0001 #ifndef Alignment_ReferenceTrajectories_TrajectoryFactoryPlugin_h
0002 #define Alignment_ReferenceTrajectories_TrajectoryFactoryPlugin_h
0003 
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "Alignment/ReferenceTrajectories/interface/TrajectoryFactoryBase.h"
0006 
0007 #include <string>
0008 
0009 /// A PluginFactory that produces factories that inherit from TrajectoryFactoryBase.
0010 
0011 typedef edmplugin::PluginFactory<TrajectoryFactoryBase *(const edm::ParameterSet &, edm::ConsumesCollector &)>
0012     TrajectoryFactoryPlugin;
0013 
0014 #endif