Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/processBlockUtilities.h"
0002 
0003 #include "FWCore/Framework/interface/Event.h"
0004 
0005 namespace edm {
0006 
0007   unsigned int eventProcessBlockIndex(Event const& event, std::string const& processName) {
0008     return event.processBlockIndex(processName);
0009   }
0010 
0011 }  // namespace edm