CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:25:25 2009 for CMSSW by  doxygen 1.5.4