00001 #include "xdata/UnsignedInteger32.h" 00002 #include <string> 00003 00004 00005 namespace evf 00006 { 00007 class RunBase { 00008 public: 00009 static xdata::UnsignedInteger32 runNumber_; 00010 static std::string sourceId_; 00011 }; 00012 00013 } // namespace evf