removed printout

This commit is contained in:
Jan Kieseler
2024-08-22 15:57:03 +02:00
parent 88b03ecfa3
commit 6ec385d73f
+1 -1
View File
@@ -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);