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

In This Package:

RunInfoQuary.h

Go to the documentation of this file.
00001 #ifndef RunInfoQuary_H
00002 #define RunInfoQuary_H
00003 
00004 class ContextRange;
00005 
00006 class RunInfoQuary
00007 {
00008 public:
00010     RunInfoQuary(){}
00011     virtual ~RunInfoQuary(){}
00012     virtual int runNo2ContextRange(int runNo, ContextRange& cr);
00013     virtual int ContextRange2runNo(const ContextRange& cr);
00014 private: 
00015 
00016 protected :
00017 
00018 };
00019 
00020 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:28:15 2011 for DBWriter by doxygen 1.4.7