Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef FWCore_Framework_processBlockUtilities_h
0002 #define FWCore_Framework_processBlockUtilities_h
0003 
0004 /**
0005 
0006 \author W. David Dagenhart, created 13 January, 2021
0007 
0008 */
0009 
0010 #include <string>
0011 
0012 namespace edm {
0013 
0014   class Event;
0015 
0016   unsigned int eventProcessBlockIndex(Event const& event, std::string const& processName);
0017 
0018 }  // namespace edm
0019 #endif