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

In This Package:

PerCalibSource.h

Go to the documentation of this file.
00001 /*
00002  * \class PerCalibSource
00003  *
00004  * \brief Persistant version of CalibSource calibration description.
00005  *
00006  * dandwyer@caltech.edu 2009/05/26
00007  *
00008  */
00009 
00010 #ifndef PERCALIBSOURCE_H
00011 #define PERCALIBSOURCE_H
00012 
00013 #include "Conventions/Calibration.h"
00014 #include <vector>
00015 
00016 class PerCalibSource {
00017 public:
00018     PerCalibSource();
00019     PerCalibSource(DayaBay::CalibSourceId in_id, 
00020                    double in_ledFrequency, double in_adZPosition);
00021     virtual ~PerCalibSource();
00022 
00023     DayaBay::CalibSourceId id;
00024     double ledFrequency;
00025     double adZPosition;
00026 };
00027 
00028 #endif  // PERCALIBSOURCE_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:22:27 2011 for PerRunData by doxygen 1.4.7