00001
00002
00003
00004
00005
00006 #ifndef __TestFactory__
00007 #define __TestFactory__
00008
00009 #include "TrigAnalysisTest/ITest.h"
00010
00011 #include <string>
00012
00013 namespace TrigAnalysisTest {
00014
00015
00016
00017 ITest *GetTrigAnalysisTest (const std::string &name);
00018
00019 }
00020
00021 #endif