Skip to content
Snippets Groups Projects
Commit ec05b70e authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: need to add an example to show how fastsim model in g4 works..

parent 3e2ceb9d
No related branches found
No related tags found
No related merge requests found
gaudi_subdir(DetSimFastModel v0r0)
gaudi_depends_on_subdirs(
k4FWCore
Simulation/DetSimInterface
)
find_package(Geant4 REQUIRED ui_all vis_all)
include(${Geant4_USE_FILE})
find_package(DD4hep COMPONENTS DDG4 REQUIRED)
set(DetSimFastModel_srcs
src/DummyFastSimG4Tool.cpp
src/DummyFastSimG4Model.cpp
)
gaudi_add_module(DetSimFastModel ${DetSimFastModel_srcs}
INCLUDE_DIRS
LINK_LIBRARIES
DD4hep
${DD4hep_COMPONENT_LIBRARIES}
GaudiKernel
)
#include "DummyFastSimG4Model.h"
#ifndef DummyFastSimG4Model_h
#define DummyFastSimG4Model_h
#endif
#include "DummyFastSimG4Tool.h"
#ifndef DummyFastSimG4Tool_h
#define DummyFastSimG4Tool_h
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment