New writer class for the skin detector

This commit is contained in:
Paolo Andreetto
2023-02-17 14:35:31 +01:00
parent fce2a39393
commit 043a44150c
5 changed files with 87 additions and 3 deletions

View File

@@ -4,18 +4,21 @@ set(HEADERS RootMathDense.h
muCastorMCTrack.h
muCastorHit.h
muCastorInfo.h
muCastorSkinHit.h)
muCastorSkinHit.h
SkinDetectorWriter.h)
set(SOURCES ${HEADERS} RootMuonScatter.cpp
muCastorMCTrack.cpp
muCastorHit.cpp
muCastorInfo.cpp
muCastorSkinHit.cpp)
muCastorSkinHit.cpp
SkinDetectorWriter.cpp)
set(DICTIONARY_HEADERS muCastorMCTrack.h
muCastorHit.h
muCastorInfo.h
muCastorSkinHit.h)
muCastorSkinHit.h
SkinDetectorWriter.h)
set(LIBRARIES ${ROOT_LIBRARIES}
${PACKAGE_LIBPREFIX}Math)