#include "HepMCtoG4.h"
#include "TouchableToDetectorElement.h"
#include "TouchableToDetectorElementFast.h"
#include "TH2DE.h"
#include "HistoryKeeper.h"
#include "G4DhNeutronCaptureInfoTool.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
Include dependency graph for G4DataHelpers_entries.cc:
Go to the source code of this file.
DECLARE_FACTORY_ENTRIES | ( | G4DataHelpers | ) |
Definition at line 18 of file G4DataHelpers_entries.cc.
00018 { 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 }