Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
using namespace
pos;
14
15
PixelConfigBase::PixelConfigBase
(
std::string
description
,
std::string
creator,
std::string
date)
16
: description_(description), creator_(creator), date_(date) {}
getPayloadData.description
string description
Definition:
getPayloadData.py:210
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
PixelConfigBase.h
This file contains the base class for "pixel configuration data" management.
pos::PixelConfigBase::PixelConfigBase
PixelConfigBase(std::string description, std::string creator, std::string date)
Definition:
PixelConfigBase.cc:15
Generated for CMSSW Reference Manual by
1.8.5