cuda check and better comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user