CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MergeableRunProductMetadataBase.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_MergeableRunProductMetadataBase_h
2 #define DataFormats_Provenance_MergeableRunProductMetadataBase_h
3 #include <string>
4 
5 namespace edm {
6 
8  public:
10 
11  virtual bool knownImproperlyMerged(std::string const& processThatCreatedProduct) const = 0;
12  };
13 } // namespace edm
14 #endif
virtual bool knownImproperlyMerged(std::string const &processThatCreatedProduct) const =0