cuda check and better comment

This commit is contained in:
Jan Kieseler
2024-08-22 16:05:56 +02:00
parent c6c7b496c6
commit 483f584e1c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent)
G4Exception("PrimaryGeneratorAction::GeneratePrimaries()",
"MyCode0002", JustWarning, msg);
}
//draw particle position from a unit distribution in x-y with +-5 cm around the center
//draw particle position from a unit distribution in x-y with +-7.5 cm around the center
G4double x = -1000;
G4double y = -1000;
G4double x_width = 15;