Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef GeneratorInterface_TauolaInterface_TauolaFactory_H
0002 #define GeneratorInterface_TauolaInterface_TauolaFactory_H
0003 
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0006 #include "FWCore/Framework/interface/ConsumesCollector.h"
0007 #include "GeneratorInterface/TauolaInterface/interface/TauolaInterfaceBase.h"
0008 
0009 typedef edmplugin::PluginFactory<gen::TauolaInterfaceBase*(const edm::ParameterSet&, edm::ConsumesCollector)>
0010     TauolaFactory;
0011 
0012 #endif