Skip to content

Commit

Permalink
better inheritance of G4GDMLWriters
Browse files Browse the repository at this point in the history
  • Loading branch information
James Shen committed Jan 8, 2025
1 parent 84c4c26 commit 3c8a7a7
Show file tree
Hide file tree
Showing 15 changed files with 127 additions and 3,014 deletions.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ add_subdirectory(ratbase)

# RAT shared library
add_library(RATPAC SHARED)
target_link_libraries(RATPAC PUBLIC
target_link_libraries(RATPAC PUBLIC
${ROOT_LIBRARIES} ${Geant4_LIBRARIES} ${CRY_LIBRARIES} ${TENSORFLOW_LIBRARIES}
cmd core daq db ds fit gen geo io physics ratbase stlplus util RATDict)
target_include_directories(RATPAC PUBLIC ${CLHEP_INCLUDE_DIRS})
message("Including ${CLHEP_INCLUDE_DIRS}")


### Target: library for ROOT
Expand Down
7 changes: 1 addition & 6 deletions src/geo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ add_library(geo OBJECT
src/WaterBoxConstruction.cc
src/WLSPFactory.cc
src/WLSPCoverFactory.cc
src/gdml/GDMLMessenger.cc
src/gdml/GDMLParser.cc
src/gdml/GDMLWriteParamvol.cc
src/gdml/GDMLWriteSolids.cc
src/gdml/GDMLWriteSetup.cc
src/gdml/GDMLWriteStructure.cc
src/GDMLWriteStructure.cc
src/pmt/CubicPMTConstruction.cc
src/pmt/LAPPDConstruction.cc
src/pmt/PMTArrayFactory.cc
Expand Down
257 changes: 0 additions & 257 deletions src/geo/include/RAT/GDMLParser.hh

This file was deleted.

49 changes: 0 additions & 49 deletions src/geo/include/RAT/GDMLWriteParamvol.hh

This file was deleted.

16 changes: 0 additions & 16 deletions src/geo/include/RAT/GDMLWriteSetup.hh

This file was deleted.

Loading

0 comments on commit 3c8a7a7

Please sign in to comment.