Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Detectors/EMCAL/simulation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@
o2_add_library(EMCALSimulation
SOURCES src/Detector.cxx src/Digitizer.cxx src/DigitizerTask.cxx
src/SpaceFrame.cxx src/SimParam.cxx src/LabeledDigit.cxx
src/RawWriter.cxx src/DMAOutputStream.cxx src/RawOutputPageHandler.cxx
src/RawWriter.cxx
PUBLIC_LINK_LIBRARIES O2::EMCALBase O2::DetectorsBase O2::SimConfig O2::SimulationDataFormat O2::Headers O2::DetectorsRaw)

o2_target_root_dictionary(EMCALSimulation
HEADERS include/EMCALSimulation/Detector.h
include/EMCALSimulation/Digitizer.h
include/EMCALSimulation/DigitizerTask.h
include/EMCALSimulation/RawWriter.h
include/EMCALSimulation/DMAOutputStream.h
include/EMCALSimulation/SpaceFrame.h
include/EMCALSimulation/SimParam.h
include/EMCALSimulation/LabeledDigit.h)

o2_add_executable(rawcreator
COMPONENT_NAME emcal
PUBLIC_LINK_LIBRARIES O2::EMCALSimulation
SOURCES src/RawCreator.cxx)

o2_data_file(COPY data DESTINATION Detectors/EMC/simulation)
126 changes: 0 additions & 126 deletions Detectors/EMCAL/simulation/include/EMCALSimulation/DMAOutputStream.h

This file was deleted.

This file was deleted.

Loading