Skip to content
Snippets Groups Projects
Commit 0e4533d7 authored by Grzegorz Gach's avatar Grzegorz Gach
Browse files

Making AFP_ByteStream2RawCnv dual use library.

This is library is needed in dual use mode in order to be used in
offline reconstruction as well as in trigger.


Former-commit-id: c3712a5fc4ea0dc593327077db6c21d29de302cd
parent c53310b8
No related merge requests found
......@@ -28,6 +28,12 @@ atlas_add_component( AFP_ByteStream2RawCnv
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} AthenaBaseComps AthContainers AFP_RawEv)
atlas_add_library( AFP_ByteStream2RawCnvLib
src/*.cxx
PUBLIC_HEADERS AFP_ByteStream2RawCnv
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} AthenaBaseComps AthContainers AFP_RawEv)
# Install files from the package:
atlas_install_headers( AFP_ByteStream2RawCnv )
......@@ -36,9 +36,9 @@ end_private
branches src src/components run
## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives
library AFP_ByteStream2RawCnv *.cxx -s=components *.cxx
apply_pattern component_library
#library AFP_ByteStream2RawCnv *.cxx -s=components *.cxx
#apply_pattern component_library
apply_pattern dual_use_library files="*.cxx"
##apply_pattern declare_joboptions files="*.py"
##apply_pattern declare_python_modules files="*.py"
......
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