Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:59

0001 #ifndef FWCore_Framework_ProcessDescImpl_h
0002 #define FWCore_Framework_ProcessDescImpl_h
0003 
0004 #include "FWCore/PythonParameterSet/interface/PyBind11ProcessDesc.h"
0005 
0006 using ProcessDescImpl = PyBind11ProcessDesc;
0007 
0008 #endif