/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 // tools 00002 #include "HepMCtoG4.h" 00003 #include "TouchableToDetectorElement.h" 00004 #include "TouchableToDetectorElementFast.h" 00005 #include "TH2DE.h" 00006 #include "HistoryKeeper.h" 00007 #include "G4DhNeutronCaptureInfoTool.h" 00008 00009 #include "GaudiKernel/DeclareFactoryEntries.h" 00010 00011 DECLARE_TOOL_FACTORY(HepMCtoG4); 00012 DECLARE_TOOL_FACTORY(TouchableToDetectorElement); 00013 DECLARE_TOOL_FACTORY(TouchableToDetectorElementFast); 00014 DECLARE_TOOL_FACTORY(TH2DE); 00015 DECLARE_TOOL_FACTORY(G4DhNeutronCaptureInfoTool); 00016 DECLARE_SERVICE_FACTORY(HistoryKeeper); 00017 00018 DECLARE_FACTORY_ENTRIES(G4DataHelpers) { 00019 DECLARE_TOOL(HepMCtoG4); 00020 DECLARE_TOOL(TouchableToDetectorElement); 00021 DECLARE_TOOL(TouchableToDetectorElementFast); 00022 DECLARE_TOOL(TH2DE); 00023 DECLARE_TOOL(G4DhNeutronCaptureInfoTool); 00024 DECLARE_SERVICE(HistoryKeeer); 00025 }