Skip to content

Commit

Permalink
Rename TreeWeighter -> Weighter, get rid of original Weighter class
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkamp1 committed Jun 3, 2024
1 parent aff88b0 commit 4092b47
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 941 deletions.
5 changes: 0 additions & 5 deletions projects/injection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ LIST (APPEND injection_SOURCES
${PROJECT_SOURCE_DIR}/projects/injection/private/Process.cxx
${PROJECT_SOURCE_DIR}/projects/injection/private/Injector.cxx
${PROJECT_SOURCE_DIR}/projects/injection/private/WeightingUtils.cxx
${PROJECT_SOURCE_DIR}/projects/injection/private/TreeWeighter.cxx
${PROJECT_SOURCE_DIR}/projects/injection/private/Weighter.cxx
#${PROJECT_SOURCE_DIR}/projects/injection/private/ColumnDepthSIREN.cxx
#${PROJECT_SOURCE_DIR}/projects/injection/private/CylinderVolumeSIREN.cxx
#${PROJECT_SOURCE_DIR}/projects/injection/private/DecayRangeSIREN.cxx
#${PROJECT_SOURCE_DIR}/projects/injection/private/RangedSIREN.cxx
)
add_library(SIREN_injection OBJECT ${injection_SOURCES})
set_property(TARGET SIREN_injection PROPERTY POSITION_INDEPENDENT_CODE ON)
Expand Down
166 changes: 0 additions & 166 deletions projects/injection/private/TreeWeighter.cxx

This file was deleted.

Loading

0 comments on commit 4092b47

Please sign in to comment.