Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:50

0001 #ifndef DataFormats_Common_CommonExceptions_h
0002 #define DataFormats_Common_CommonExceptions_h
0003 namespace edm {
0004   class ProductID;
0005   void checkForWrongProduct(ProductID const& keyID, ProductID const& refID);
0006 }  // namespace edm
0007 #endif