| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

CalibrationInfo.h

Go to the documentation of this file.
00001 //$Id: CalibrationInfo.h,v 1.1 2006/04/20 14:39:55 ranjard Exp $
00002 #ifndef DETDESC_CALIBRATIONINFO_H
00003 #define DETDESC_CALIBRATIONINFO_H 1
00004 
00005 #include <string>
00006 
00007 // Base classes
00008 #include "ConditionInfo.h"
00009 #include "DetDesc/ICalibration.h"
00010 
00012 //--------------------------------------------------------------------------
00019 
00020 class CalibrationInfo: public ConditionInfo,
00021                        virtual public ICalibration
00022 {
00023 
00024  public: 
00025   
00027   CalibrationInfo( IDetectorElement* de,
00028                    const std::string& condition );
00029 
00031   virtual ~CalibrationInfo();
00032   
00033 };
00034 
00035 #endif // DETDESC_CALIBRATIONINFO_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:13 2011 for DetDesc by doxygen 1.4.7