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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ larsim
- GDMLUtils
- GenericCRT
- IonizationScintillation
- LegacyLArG4
- LegacyLArG4 - disabled when building with gean4 4.11
- MCCheater
- MCDumpers
- MCSTReco
Expand Down
3 changes: 2 additions & 1 deletion larsim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ add_subdirectory(MCCheater)
add_subdirectory(Utils)
add_subdirectory(ElectronDrift)
add_subdirectory(MCDumpers)
add_subdirectory(LegacyLArG4)
## disable LegacyLArG4 when building with geant4 4.11
## add_subdirectory(LegacyLArG4)
add_subdirectory(DetSim)
add_subdirectory(EventGenerator)
add_subdirectory(EventWeight)
Expand Down
2 changes: 1 addition & 1 deletion larsim/GDMLUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cet_make_exec(NAME simplifyGDML
LIBRARIES PRIVATE
Geant4::G4global
Geant4::G4persistency
Geant4::G4gdml
Geant4::G4geometry
)
2 changes: 1 addition & 1 deletion larsim/GDMLUtils/simplifyGDML.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* g++ -Wall -pedantic -std=c++14 \
* -I"${GEANT4_FQ_DIR}/include" -I"$CLHEP_INC" -I"$XERCES_C_INC" \
* -L"${GEANT4_FQ_DIR}/lib64" -lG4persistency -lG4geometry \
* -L"${GEANT4_FQ_DIR}/lib64" -lG4gdml -lG4geometry \
* -L"$XERCES_C_LIB" -lxerces-c \
* -o simplifyGDML.exe simplifyGDML.cc
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 4 additions & 1 deletion larsim/PhotonPropagation/ScintTimeTools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ cet_make_library(LIBRARY_NAME ScintTimeTool INTERFACE
SOURCE ScintTime.h)

cet_write_plugin_builder(lar::ScintTimeTool art::tool Modules
INSTALL_BUILDER)
INSTALL_BUILDER
LIBRARIES CONDITIONAL
CLHEP::Random
)

include (lar::ScintTimeTool)

Expand Down
4 changes: 2 additions & 2 deletions ups/product_deps
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ product version qual flags <table_format=2>
larg4 v10_01_05 -
larsoft_data v1_02_02
marley v1_2_1d -
nugen v1_23_01 -
nugen v1_23_02 -
nurandom v1_11_05 -
nutools v3_21_00 -
nutools v3_22_00 -
ppfx v02_20_07 -
cetmodules v3_24_01 - only_for_build
end_product_list
Expand Down