CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
14 using namespace pos;
15 
17  std::string creator,
18  std::string date):
19  description_(description),
20  creator_(creator),
21  date_(date){
22 }
This file contains the base class for &quot;pixel configuration data&quot; management.
tuple description
Definition: idDealer.py:66
PixelConfigBase(std::string description, std::string creator, std::string date)