From 647522ae8c98e0d90b0f84d0ffbc715f700df502 Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Mon, 9 Oct 2023 12:36:03 +0200 Subject: [PATCH] another fix --- src/PrimaryGeneratorAction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PrimaryGeneratorAction.cc b/src/PrimaryGeneratorAction.cc index 192466c..61d9418 100644 --- a/src/PrimaryGeneratorAction.cc +++ b/src/PrimaryGeneratorAction.cc @@ -83,7 +83,7 @@ void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) rand = G4INCL::Random::shoot(); partEnergy = rand*(maxPartEnergy-minPartEnergy)+minPartEnergy; - G4cout << "shooting with " << partEnergy << " GeV" << G4endl; + //G4cout << "shooting with " << partEnergy << " GeV" << G4endl; auto particleDefinition = G4ParticleTable::GetParticleTable()->FindParticle(partSpecies);