From 6ec385d73f987b48f8de1ab5b70b57a79e85c83f Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Thu, 22 Aug 2024 15:57:03 +0200 Subject: [PATCH] removed printout --- src/PrimaryGeneratorAction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PrimaryGeneratorAction.cc b/src/PrimaryGeneratorAction.cc index 01d876b..65e880a 100644 --- a/src/PrimaryGeneratorAction.cc +++ b/src/PrimaryGeneratorAction.cc @@ -132,7 +132,7 @@ void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) } fParticleGun->SetParticlePosition(G4ThreeVector(x*cm, y*cm, -worldZHalfLength)); //printout for checking - G4cout << "shooting at " << x << " " << y << " " << -worldZHalfLength << G4endl; + //G4cout << "shooting at " << x << " " << y << " " << -worldZHalfLength << G4endl; fParticleGun->GeneratePrimaryVertex(anEvent);