Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Apr 15, 2024
1 parent a8e1976 commit 68c1fbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/PrimaryGeneratorAction.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,6 @@ void PrimaryGeneratorAction::GeneratePrimaries(G4Event* event) {

const auto particle = source->GetParticles().at(0);

// print energy and direction
cout << "PrimaryGeneratorAction: cosmic generator energy: " << particle.GetEnergy() << " keV"
<< " direction: " << particle.GetMomentumDirection().X() << " "
<< particle.GetMomentumDirection().Y() << " " << particle.GetMomentumDirection().Z() << endl;

fParticleGun.SetParticleDefinition(
G4ParticleTable::GetParticleTable()->FindParticle(particle.GetParticleName().Data()));

Expand Down

0 comments on commit 68c1fbb

Please sign in to comment.