Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:55

0001 #ifndef FWCore_Common_Provenance_h
0002 #define FWCore_Common_Provenance_h
0003 
0004 #include <string>
0005 #include "DataFormats/Provenance/interface/StableProvenance.h"
0006 
0007 namespace edm {
0008   class ParameterSet;
0009   class ProcessHistory;
0010   std::string moduleName(StableProvenance const& provenance, ProcessHistory const& history);
0011   ParameterSet const& parameterSet(StableProvenance const& provenance, ProcessHistory const& history);
0012 }  // namespace edm
0013 #endif