00001 #include "GoodRunsLists/TGoodRunsList.h" 00002 #include "TString.h" 00003 00004 namespace DQ 00005 { 00006 void SetXMLFile(const TString& filename); 00007 Root::TGoodRunsList& GetGRL(); 00008 bool PassRunLB(int runnr, int lbnr); 00009 } 00010