/search.css" rel="stylesheet" type="text/css"/> /search.js">
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