00001 #ifndef GOODRUNSLISTS_GOODRUNSLISTSDICT_H00002 #define GOODRUNSLISTS_GOODRUNSLISTSDICT_H00003
00004
00005 #include "GoodRunsLists/GoodRunsListSelectionTool.h"00006
00007 /* removed for now ... maybe move to AsgAnalysisInterfaces if need a dictionary for specific ToolHandle00008 #include "AsgTools/ToolHandle.h"00009
00010
00011 struct dummyStruct {00012 ToolHandle<IGoodRunsListSelectionTool> dummy1;00013 };00014 */00015
00016 #endif