CMS 3D CMS Logo

insertSelectedProcesses.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_insertSelectedProcesses_h
2 #define FWCore_Framework_insertSelectedProcesses_h
3 
4 #include <set>
5 #include <string>
6 
7 namespace edm {
8 
9  class BranchDescription;
10 
11  void insertSelectedProcesses(BranchDescription const& desc, std::set<std::string>& processes);
12 } // namespace edm
13 #endif
HLT enums.
void insertSelectedProcesses(BranchDescription const &desc, std::set< std::string > &processes)