CMS 3D CMS Logo

Provenance.h
Go to the documentation of this file.
1 #ifndef FWCore_Common_Provenance_h
2 #define FWCore_Common_Provenance_h
3 
4 #include <string>
6 
7 namespace edm {
8  class ParameterSet;
9  std::string moduleName(Provenance const& provenance);
10  ParameterSet const& parameterSet(Provenance const& provenance);
11 } // namespace edm
12 #endif
std::string moduleName(Provenance const &provenance)
Definition: Provenance.cc:27
HLT enums.
ParameterSet const & parameterSet(Provenance const &provenance)
Definition: Provenance.cc:11