Skip to content
Open
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
3 changes: 2 additions & 1 deletion sbndcode/JobConfigurations/standard/detsim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ FILE(GLOB fcl_files *.fcl)
install_source(EXTRAS ${fcl_files} )

add_subdirectory(detector_variations)
add_subdirectory(legacy)
# LegacyLArG4 is not supported when using geant4 4.11
##add_subdirectory(legacy)

3 changes: 2 additions & 1 deletion sbndcode/JobConfigurations/standard/g4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ add_subdirectory(recomb_variations)
add_subdirectory(crt_filter)
add_subdirectory(optical_sim)

add_subdirectory(legacy)
# LegacyLArG4 is not supported when using geant4 4.11
##add_subdirectory(legacy)
8 changes: 0 additions & 8 deletions sbndcode/LArG4/legacy_largeantmodules_sbnd.fcl

This file was deleted.

146 changes: 0 additions & 146 deletions sbndcode/LArG4/legacy_simulationservices_sbnd.fcl

This file was deleted.

15 changes: 8 additions & 7 deletions test/fcl/testFHiCLfiles_sbnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ if [[ -n "$MRB_BUILDDIR" ]]; then
fi
fi

if [[ -n "$MRB_SOURCE" ]]; then
SourceFHiCLdir="${MRB_SOURCE}/sbndcode/sbndcode/JobConfigurations"
if [[ -d "$SourceFHiCLdir" ]]; then
echo "Will test the job configuration directory in MRB source area ('${SourceFHiCLdir}')"
TestDirs+=( "$SourceFHiCLdir" )
fi
fi
# DO NOT test files that are not installed
#if [[ -n "$MRB_SOURCE" ]]; then
# SourceFHiCLdir="${MRB_SOURCE}/sbndcode/sbndcode/JobConfigurations"
# if [[ -d "$SourceFHiCLdir" ]]; then
# echo "Will test the job configuration directory in MRB source area ('${SourceFHiCLdir}')"
# TestDirs+=( "$SourceFHiCLdir" )
# fi
#fi

if [[ "${#TestDirs[@]}]" == 0 ]]; then
echo "FATAL: no suitable FHiCL directory found to be tested!" >&2
Expand Down