Skip to content

Commit ef70bd5

Browse files
authored
add GeneratorParamEMlib for LMee simulations (methods from AliGenEMlib) (#10)
1 parent 7c247fd commit ef70bd5

File tree

4 files changed

+2283
-2
lines changed

4 files changed

+2283
-2
lines changed

GeneratorParam/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ include(${ROOT_USE_FILE})
1414

1515
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.)
1616

17-
set(HEADERS GeneratorParam.h GeneratorParamLibBase.h GeneratorParamMUONlib.h PythiaDecayerConfig.h)
17+
set(HEADERS GeneratorParam.h GeneratorParamLibBase.h GeneratorParamMUONlib.h GeneratorParamEMlib.h PythiaDecayerConfig.h)
1818

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

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

2525

0 commit comments

Comments
 (0)