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

In This Package:

PerCalibSource.cc

Go to the documentation of this file.
00001 #include "PerRunData/PerCalibSource.h"
00002 
00003 PerCalibSource::PerCalibSource()
00004   : id(0)
00005   , ledFrequency(0)
00006   , adZPosition(0)
00007 {
00008 }
00009 
00010 PerCalibSource::PerCalibSource(DayaBay::CalibSourceId in_id, 
00011                                double in_ledFrequency, double in_adZPosition)
00012   : id(in_id)
00013   , ledFrequency(in_ledFrequency)
00014   , adZPosition(in_adZPosition)
00015 {
00016 }
00017 
00018 PerCalibSource::~PerCalibSource()
00019 {
00020 }
| 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