1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef PIXELPOPCONCALIBANALYZER_H
#define PIXELPOPCONCALIBANALYZER_H
// Package: CondTools/SiPixel
// Class: PixelPopConCalibAnalyzer
/** \class PixelPopConCalibAnalyzer PixelPopConCalibAnalyzer.cc CondTools/SiPixel/src/PixelPopConCalibAnalyzer.cc
Description: The PopCon analyzer class to transfer pixel calibration
objects from OMDS to ORCON.
Implementation:
<Notes on implementation>
*/
//
// Original Author: Michael Eads
// Created: 8 Feb 2008
// $Id$
//
//
#endif
|