CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CalibFormats/SiPixelObjects/src/PixelCalibBase.cc

Go to the documentation of this file.
00001 //
00002 // Base class for pixel calibration data
00003 //
00004 
00005 #include <iostream>
00006 #include "CalibFormats/SiPixelObjects/interface/PixelCalibBase.h"
00007 
00008 using namespace std;
00009 
00010 using namespace pos;
00011 
00012 PixelCalibBase::PixelCalibBase() {
00013   mode_ = "Default";
00014 }
00015 
00016 PixelCalibBase::~PixelCalibBase() {
00017 }
00018 
00019 
00020