Skip to content

Commit d6febf7

Browse files
authored
added GeneratorParamEMlibV2 (corresponds to AliGenEMlibV2) (#13)
1 parent 7d254f1 commit d6febf7

File tree

4 files changed

+2286
-2
lines changed

4 files changed

+2286
-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 GeneratorParamEMlib.h PythiaDecayerConfig.h)
17+
set(HEADERS GeneratorParam.h GeneratorParamLibBase.h GeneratorParamMUONlib.h GeneratorParamEMlib.h GeneratorParamEMlibV2.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 GeneratorParamEMlib.cxx PythiaDecayerConfig.cxx G__GeneratorParam.cxx)
22+
add_library(GeneratorParam SHARED GeneratorParam.cxx GeneratorParamLibBase.cxx GeneratorParamMUONlib.cxx GeneratorParamEMlib.cxx GeneratorParamEMlibV2.cxx PythiaDecayerConfig.cxx G__GeneratorParam.cxx)
2323
target_link_libraries(GeneratorParam ${ROOT_LIBRARIES})
2424

2525

0 commit comments

Comments
 (0)