Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibFormats
SiPixelObjects
src
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>
11
#include "
CalibFormats/SiPixelObjects/interface/PixelConfigBase.h
"
12
13
14
using namespace
pos;
15
16
PixelConfigBase::PixelConfigBase
(
std::string
description
,
17
std::string
creator,
18
std::string
date):
19
description_(description),
20
creator_(creator),
21
date_(date){
22
}
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
PixelConfigBase.h
This file contains the base class for "pixel configuration data" management.
idDealer.description
tuple description
Definition:
idDealer.py:66
pos::PixelConfigBase::PixelConfigBase
PixelConfigBase(std::string description, std::string creator, std::string date)
Definition:
PixelConfigBase.cc:16
Generated for CMSSW Reference Manual by
1.8.5