Skip to content

Commit

Permalink
add GeneratorParamEMlib for LMee simulations (methods from AliGenEMli…
Browse files Browse the repository at this point in the history
…b) (#10)
  • Loading branch information
ffionda authored and ktf committed Dec 10, 2021
1 parent 413c7cc commit e0119c3
Show file tree
Hide file tree
Showing 4 changed files with 2,283 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeneratorParam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ include(${ROOT_USE_FILE})

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.)

set(HEADERS GeneratorParam.h GeneratorParamLibBase.h GeneratorParamMUONlib.h PythiaDecayerConfig.h)
set(HEADERS GeneratorParam.h GeneratorParamLibBase.h GeneratorParamMUONlib.h GeneratorParamEMlib.h PythiaDecayerConfig.h)

ROOT_GENERATE_DICTIONARY(G__GeneratorParam ${HEADERS} LINKDEF GeneratorParamLinkDef.h)

#---Create a shared library with geneated dictionary
add_library(GeneratorParam SHARED GeneratorParam.cxx GeneratorParamLibBase.cxx GeneratorParamMUONlib.cxx PythiaDecayerConfig.cxx G__GeneratorParam.cxx)
add_library(GeneratorParam SHARED GeneratorParam.cxx GeneratorParamLibBase.cxx GeneratorParamMUONlib.cxx GeneratorParamEMlib.cxx PythiaDecayerConfig.cxx G__GeneratorParam.cxx)
target_link_libraries(GeneratorParam ${ROOT_LIBRARIES})


Expand Down
Loading

0 comments on commit e0119c3

Please sign in to comment.