CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelCalibDigiError.cc
Go to the documentation of this file.
2 
3 
5 {
6  std::string result = "unknown error";
7  switch (fErrorType) {
8  case(1):{
9  result="arrived at unexpected pattern.";
10  break;
11  }
12  case(2):{
13  result="pixel is not in pattern at all.";
14  break;
15  }
16  }
17 
18  return result;
19 }
tuple result
Definition: query.py:137
std::string printError() const