CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PixelConfigBase.cc
Go to the documentation of this file.
1 //
2 // Base class for pixel configuration data
3 // provide a place to implement common interfaces
4 // for these objects. Any configuration data
5 // object that is to be accessed from the database
6 // should derive from this class
7 //
8 
9 #include <iostream>
10 #include <fstream>
12 
13 using namespace pos;
14 
16  : description_(description), creator_(creator), date_(date) {}
This file contains the base class for &quot;pixel configuration data&quot; management.
PixelConfigBase(std::string description, std::string creator, std::string date)