Skip to content

Commit 4a04336

Browse files
committed
* get rid of the substitution of hydrogen with 9Be in the liquid
hydrogen target, that was supposed to be there just for testing. [rtj]
1 parent d25fd77 commit 4a04336

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GlueXBeamConversionProcess.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,7 @@ G4double GlueXBeamConversionProcess::PostStepGetPhysicalInteractionLength(
494494
{
495495
fPIL = G4VEmProcess::PostStepGetPhysicalInteractionLength(
496496
track, previousStepSize, condition);
497-
//setConverterMaterial(1, 1);
498-
setConverterMaterial(4, 9);
497+
setConverterMaterial(1, 1);
499498
*condition = Forced;
500499
return 100*cm;
501500
}

0 commit comments

Comments
 (0)