File indexing completed on 2025-01-31 02:19:23
0001 #ifndef FWCore_Framework_insertSelectedProcesses_h
0002 #define FWCore_Framework_insertSelectedProcesses_h
0003
0004 #include <set>
0005 #include <string>
0006 #include "DataFormats/Provenance/interface/ProductDescriptionFwd.h"
0007
0008 namespace edm {
0009
0010 void insertSelectedProcesses(ProductDescription const& desc,
0011 std::set<std::string>& processes,
0012 std::set<std::string>& processesWithKeptProcessBlockProducts);
0013 }
0014 #endif