Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:04:37

0001 #include <iostream>
0002 #include <string>
0003 #include "GeneratorInterface/HiGenCommon/interface/BaseHiGenEvtSelector.h"
0004 
0005 class HiGenEvtSelectorFactory {
0006 public:
0007   HiGenEvtSelectorFactory() { ; }
0008   virtual ~HiGenEvtSelectorFactory() { ; }
0009 
0010   static BaseHiGenEvtSelector* get(std::string, const edm::ParameterSet&);
0011 };