CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
processBlockUtilities.cc
Go to the documentation of this file.
2 
4 
5 namespace edm {
6 
7  unsigned int eventProcessBlockIndex(Event const& event, std::string const& processName) {
8  return event.processBlockIndex(processName);
9  }
10 
11 } // namespace edm
unsigned int eventProcessBlockIndex(Event const &event, std::string const &processName)