00001
00002
00003
00004
00005 #ifndef __RootCoreTestHarness__
00006 #define __RootCoreTestHarness__
00007
00008 #include <string>
00009
00010 namespace TrigAnalysisTest {
00011
00012 int runTrigAnalysisTest (const std::string &testName);
00013
00014 }
00015
00016 #endif