CMS 3D CMS Logo

throwMissingLabel.h
Go to the documentation of this file.
1 #ifndef __DataFormats_PatCandidates_throwMissingLabel_h__
2 #define __DataFormats_PatCandidates_throwMissingLabel_h__
3 
4 #include <string>
5 #include <vector>
6 
7 namespace pat {
8  void throwMissingLabel(const std::string& what, const std::string& bad_label,
9  const std::vector<std::string>& available);
10 }
11 
12 #endif
Definition: HeavyIon.h:7
void throwMissingLabel(const std::string &what, const std::string &bad_label, const std::vector< std::string > &available)