Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:53

0001 #ifndef GeneratorInterface_PhotosInterface_PhotosFactory_H
0002 #define GeneratorInterface_PhotosInterface_PhotosFactory_H
0003 
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0006 #include "GeneratorInterface/PhotosInterface/interface/PhotosInterfaceBase.h"
0007 
0008 typedef edmplugin::PluginFactory<gen::PhotosInterfaceBase*(edm::ParameterSet const&)> PhotosFactory;
0009 
0010 #endif