Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:55

0001 #ifndef __DataFormats_PatCandidates_throwMissingLabel_h__
0002 #define __DataFormats_PatCandidates_throwMissingLabel_h__
0003 
0004 #include <string>
0005 #include <vector>
0006 
0007 namespace pat {
0008   void throwMissingLabel(const std::string& what,
0009                          const std::string& bad_label,
0010                          const std::vector<std::string>& available);
0011 }
0012 
0013 #endif