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 larg4/Services/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cet_build_plugin(LArG4Detector artg4tk::DetectorService
Geant4::G4geometry
Geant4::G4global
Geant4::G4graphics_reps
Geant4::G4persistency
Geant4::G4gdml
Geant4::G4processes
Geant4::G4run
Geant4::G4track
Expand Down
2 changes: 1 addition & 1 deletion larg4/pluginActions/ParticleListAction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ namespace larg4 {
// the track passes through, but we don't want to update the
// trajectory information if the step was defined by the StepLimiter.
G4String process = step->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
G4bool ignoreProcess = process.contains("StepLimiter");
G4bool ignoreProcess = G4StrUtil::contains(process, "StepLimiter");

// We store the initial creation point of the particle
// and its final position (ie where it has no more energy, or at least < 1 eV) no matter
Expand Down
4 changes: 2 additions & 2 deletions ups/product_deps
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ gdmldir product_dir gdml
#
####################################
product version qual flags <table_format=2>
artg4tk v12_00_03 -
artg4tk v13_00_00 -
larevt v10_00_18 -
nug4 v1_16_11 -
nug4 v1_17_02 -
nurandom v1_11_05 -
cetmodules v3_24_01 - only_for_build
end_product_list
Expand Down