CMS 3D CMS Logo

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
HLT enums.
virtual bool knownImproperlyMerged(std::string const &processThatCreatedProduct) const =0