CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelCalibBase.cc
Go to the documentation of this file.
1 //
2 // Base class for pixel calibration data
3 //
4 
5 #include <iostream>
7 
8 using namespace std;
9 
10 using namespace pos;
11 
12 PixelCalibBase::PixelCalibBase() {
13  mode_ = "Default";
14 }
15 
16 PixelCalibBase::~PixelCalibBase() {
17 }
18 
19 
20 
Base class for pixel calibration procedures.