![]() |
|
|||
File indexing completed on 2024-04-06 12:05:02
0001 #ifndef DataFormats_Provenance_MergeableRunProductMetadataBase_h 0002 #define DataFormats_Provenance_MergeableRunProductMetadataBase_h 0003 #include <string> 0004 0005 namespace edm { 0006 0007 class MergeableRunProductMetadataBase { 0008 public: 0009 virtual ~MergeableRunProductMetadataBase(); 0010 0011 virtual bool knownImproperlyMerged(std::string const& processThatCreatedProduct) const = 0; 0012 }; 0013 } // namespace edm 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |