CMS 3D CMS Logo

SiPixelCalibDigiError.cc
Go to the documentation of this file.
2 
4  std::string result = "unknown error";
5  switch (fErrorType) {
6  case (1): {
7  result = "arrived at unexpected pattern.";
8  break;
9  }
10  case (2): {
11  result = "pixel is not in pattern at all.";
12  break;
13  }
14  }
15 
16  return result;
17 }
std::string printError() const