Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:46:59

0001 #ifndef FWCore_Framework_insertSelectedProcesses_h
0002 #define FWCore_Framework_insertSelectedProcesses_h
0003 
0004 #include <set>
0005 #include <string>
0006 
0007 namespace edm {
0008 
0009   class BranchDescription;
0010 
0011   void insertSelectedProcesses(BranchDescription const& desc,
0012                                std::set<std::string>& processes,
0013                                std::set<std::string>& processesWithKeptProcessBlockProducts);
0014 }  // namespace edm
0015 #endif