Skip to content

Commit

Permalink
Update GateCoincidenceSorterMessenger.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Oudihat-Radia authored Sep 4, 2024
1 parent 742b3e3 commit 9d12edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/digits_hits/src/GateCoincidenceSorterMessenger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GateCoincidenceSorterMessenger::GateCoincidenceSorterMessenger(GateCoincidenceSo
minSectorDiffCmd->SetParameterName("diff",false);
minSectorDiffCmd->SetRange("diff>=1");

cmdName = GetDirectoryName() + "SetMinS";
cmdName = GetDirectoryName() + "setSMin";
minSCmd= new G4UIcmdWithADoubleAndUnit(cmdName,this);
minSCmd->SetGuidance("Set min S value accepted (<0 --> all is accepted)");
minSCmd->SetUnitCategory("Length");
Expand Down

0 comments on commit 9d12edd

Please sign in to comment.